forked from jessfraz/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
root
committed
Dec 25, 2023
1 parent
be9cc26
commit c56a401
Showing
675 changed files
with
60,504 additions
and
16,118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# Plugin owners | ||
plugins/gitfast/ @felipec | ||
plugins/sdk/ @rgoldberg | ||
plugins/archlinux/ @ratijas | ||
plugins/genpass/ @atoponce | ||
plugins/git-lfs/ @hellovietduc | ||
plugins/gitfast/ @felipec | ||
plugins/react-native @esthor | ||
plugins/sdk/ @rgoldberg | ||
plugins/shell-proxy/ @septs | ||
plugins/universalarchive/ @Konfekt | ||
plugins/wp-cli/ @joshmedeski | ||
plugins/zoxide/ @ajeetdsouza | ||
plugins/starship/ @axieax | ||
plugins/dbt/ @msempere |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
github: [ohmyzsh, robbyrussell, mcornella, larson-carter, carlosala] | ||
open_collective: ohmyzsh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
name: Report a bug | ||
description: Report a bug that isn't caused by Oh My Zsh. If unsure, use this form | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Self Check | ||
- Look for similar errors in existing [GitHub Issues](https://github.com/ohmyzsh/ohmyzsh/issues?q=is%3Aissue) (open or closed). | ||
- Try reaching out on the [Discord server](https://discord.gg/ohmyzsh) for help. | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Describe the bug | ||
description: A clear description of what the bug is. | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Steps to reproduce | ||
description: | | ||
Steps to reproduce the problem. | ||
placeholder: | | ||
For example: | ||
1. Enable plugin '...' | ||
2. Run command '...' or try to complete command '...' | ||
3. See error | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Expected behavior | ||
description: A brief description of what should happen. | ||
- type: textarea | ||
attributes: | ||
label: Screenshots and recordings | ||
description: | | ||
If applicable, add screenshots to help explain your problem. You can also record an asciinema session: https://asciinema.org/ | ||
- type: input | ||
validations: | ||
required: true | ||
attributes: | ||
label: OS / Linux distribution | ||
placeholder: Windows 10, Ubuntu 20.04, Arch Linux, macOS 10.15... | ||
- type: input | ||
validations: | ||
required: true | ||
attributes: | ||
label: Zsh version | ||
description: Run `echo $ZSH_VERSION` to check. | ||
placeholder: "5.6" | ||
- type: input | ||
validations: | ||
required: true | ||
attributes: | ||
label: Terminal emulator | ||
placeholder: iTerm2, GNOME Terminal, Terminal.app... | ||
- type: dropdown | ||
attributes: | ||
label: If using WSL on Windows, which version of WSL | ||
description: Run `wsl -l -v` to check. | ||
options: | ||
- WSL1 | ||
- WSL2 | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about the problem here. This can be themes, plugins, custom settings... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
name: Report a bug in Oh My Zsh | ||
description: Create a report to help us improve Oh My Zsh | ||
labels: ['Bug'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Self Check | ||
- **Make sure this bug only happens with Oh My Zsh enabled**. | ||
- Look for similar errors in existing [GitHub Issues](https://github.com/ohmyzsh/ohmyzsh/issues?q=is%3Aissue) (open or closed). | ||
- Try reaching out on the [Discord server](https://discord.gg/ohmyzsh) for help. | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Describe the bug | ||
description: A clear description of what the bug is. | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Steps to reproduce | ||
description: | | ||
Steps to reproduce the problem. | ||
placeholder: | | ||
For example: | ||
1. Enable plugin '...' | ||
2. Run command '...' or try to complete command '...' | ||
3. See error | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Expected behavior | ||
description: A brief description of what should happen. | ||
- type: textarea | ||
attributes: | ||
label: Screenshots and recordings | ||
description: | | ||
If applicable, add screenshots to help explain your problem. You can also record an asciinema session: https://asciinema.org/ | ||
- type: input | ||
validations: | ||
required: true | ||
attributes: | ||
label: OS / Linux distribution | ||
placeholder: Windows 10, Ubuntu 20.04, Arch Linux, macOS 10.15... | ||
- type: input | ||
validations: | ||
required: true | ||
attributes: | ||
label: Zsh version | ||
description: Run `echo $ZSH_VERSION` to check. | ||
placeholder: "5.6" | ||
- type: input | ||
validations: | ||
required: true | ||
attributes: | ||
label: Oh My Zsh version | ||
description: Run `omz version` to check. | ||
placeholder: master (bf303965) | ||
- type: input | ||
validations: | ||
required: true | ||
attributes: | ||
label: Terminal emulator | ||
placeholder: iTerm2, GNOME Terminal, Terminal.app... | ||
- type: dropdown | ||
attributes: | ||
label: If using WSL on Windows, which version of WSL | ||
description: Run `wsl -l -v` to check. | ||
options: | ||
- WSL1 | ||
- WSL2 | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about the problem here. This can be themes, plugins, custom settings... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Support | ||
url: https://github.com/ohmyzsh/ohmyzsh/discussions | ||
about: Ask the community for support | ||
- name: Get help on Discord | ||
url: https://discord.gg/ohmyzsh | ||
about: Have a quick question? Join the Discord server and ask on the appropriate channel. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
name: Feature request | ||
description: Suggest a feature for Oh My Zsh | ||
labels: ["Feature"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Self Check | ||
- Look for similar features in existing [GitHub Issues](https://github.com/ohmyzsh/ohmyzsh/issues?q=is%3Aissue) (open or closed). | ||
- type: input | ||
attributes: | ||
label: If the feature request is for a plugin or theme, specify it here. | ||
description: The name of the plugin or theme that you would like us to improve. | ||
placeholder: e.g. Git plugin, Agnoster theme | ||
- type: textarea | ||
attributes: | ||
label: If the feature solves a problem you have, specify it here. | ||
description: A description of what the problem is. | ||
placeholder: Ex. I'm always frustrated when... | ||
- type: textarea | ||
attributes: | ||
label: Describe the proposed feature. | ||
description: A description of what you want to happen. Be as specific as possible. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: A description of any alternative solutions or features you've considered. This can also include other plugins or themes. | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context, screenshots or Discord conversations about the feature request here. Also if you have any PRs related to this issue that are already open that you would like us to look at. | ||
- type: textarea | ||
attributes: | ||
label: Related Issues | ||
description: Is there any open or closed issues that is related to this feature request? If so please link them below! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
dependencies: | ||
plugins/gitfast: | ||
repo: felipec/git-completion | ||
branch: master | ||
version: tag:v1.3.7 | ||
postcopy: | | ||
set -e | ||
rm -rf git-completion.plugin.zsh Makefile README.adoc t tools | ||
test -e git-completion.zsh && mv -f git-completion.zsh _git | ||
plugins/z: | ||
branch: master | ||
repo: agkozak/zsh-z | ||
version: 6bfe418332866d15373392164df11b4fbec2083f | ||
precopy: | | ||
set -e | ||
test -e README.md && mv -f README.md MANUAL.md | ||
postcopy: | | ||
set -e | ||
test -e _zshz && mv -f _zshz _z | ||
test -e zsh-z.plugin.zsh && mv -f zsh-z.plugin.zsh z.plugin.zsh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Update dependencies | ||
on: | ||
workflow_dispatch: {} | ||
# schedule: | ||
# - cron: '34 3 * * */8' | ||
|
||
jobs: | ||
check: | ||
name: Check for updates | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
if: github.repository == 'ohmyzsh/ohmyzsh' | ||
uses: actions/checkout@v4 | ||
- name: Authenticate as @ohmyzsh | ||
uses: ohmyzsh/github-app-token@v2 | ||
with: | ||
app_id: ${{ secrets.OHMYZSH_APP_ID }} | ||
private_key: ${{ secrets.OHMYZSH_APP_PRIVATE_KEY }} | ||
- name: Process dependencies | ||
env: | ||
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }} | ||
TMP_DIR: ${{ env.RUNNER_TEMP }} | ||
run: | | ||
gh auth login --with-token <<< "${GITHUB_TOKEN}" | ||
python3 .github/workflows/dependencies/updater.py |
Oops, something went wrong.