forked from ohmyzsh/ohmyzsh
-
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.
Merge branch 'master' of https://github.com/ohmyzsh/ohmyzsh
* 'master' of https://github.com/ohmyzsh/ohmyzsh: (1119 commits) feat(dotnet): update completion script (ohmyzsh#12028) feat(frontend-search): add `I am lucky` option feat(frontend-search): add nextjs fix(lib): patch `omz_urlencode` to not encode UTF-8 chars in Termux (ohmyzsh#12076) feat(bgnotify): add option to disable terminal bell (ohmyzsh#12077) fix(installer): fix path logic and improve clarity on ZDOTDIR use refactor(bgnotify): get Sway AppId with `awk` as fallback (ohmyzsh#12062) docs: document the off-GitHub installation URL (ohmyzsh#12079) ci(installer): fix token passing and only run on main repo feat(per-directory-history): add option to reduce verbosity (ohmyzsh#12069) fix(misc): only set PAGER if `less` or `more` are available (ohmyzsh#12060) fix(robbyrussell): line wrapping for some systems (ohmyzsh#12058) fix(python): set `py` alias if `py` is not installed (ohmyzsh#12059) feat(docker-compose): add `dclF` alias (ohmyzsh#10603) docs(bgnotify): match README with current features (ohmyzsh#12057) feat(bgnotify): add icon parameter (ohmyzsh#12055) fix(per-directory-history): print toggle message properly (ohmyzsh#10872) fix(bgnotify): detect properly if `swaymsg` is installed feat(bgnotify): add support to wayland (ohmyzsh#12045) fix(juju): add `public-address` fallback to `jaddr` (ohmyzsh#12046) ...
- Loading branch information
Showing
597 changed files
with
53,585 additions
and
13,358 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
# Plugin owners | ||
plugins/aws/ @maksyms | ||
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
github: [robbyrussell, mcornella, larson-carter] | ||
github: [ohmyzsh, robbyrussell, mcornella, larson-carter, carlosala] | ||
open_collective: ohmyzsh |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,5 +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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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,56 @@ | ||
name: Test and Deploy installer | ||
on: | ||
workflow_dispatch: {} | ||
push: | ||
paths: | ||
- 'tools/install.sh' | ||
- '.github/workflows/installer/**' | ||
- '.github/workflows/installer.yml' | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | ||
cancel-in-progress: false | ||
|
||
permissions: | ||
contents: read # to checkout | ||
|
||
jobs: | ||
test: | ||
name: Test installer | ||
if: github.repository == 'ohmyzsh/ohmyzsh' | ||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
matrix: | ||
os: | ||
- ubuntu-latest | ||
- macos-latest | ||
steps: | ||
- name: Set up git repository | ||
uses: actions/checkout@v3 | ||
- name: Install zsh | ||
if: runner.os == 'Linux' | ||
run: sudo apt-get update; sudo apt-get install zsh | ||
- name: Test installer | ||
run: sh ./tools/install.sh | ||
|
||
deploy: | ||
name: Deploy installer in install.ohmyz.sh | ||
if: github.ref == 'refs/heads/master' | ||
runs-on: ubuntu-latest | ||
environment: vercel | ||
needs: | ||
- test | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
- name: Install Vercel CLI | ||
run: npm install -g vercel | ||
- name: Setup project and deploy | ||
env: | ||
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} | ||
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} | ||
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} | ||
run: | | ||
cp tools/install.sh .github/workflows/installer/install.sh | ||
cd .github/workflows/installer | ||
vc deploy --prod -t "$VERCEL_TOKEN" |
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 @@ | ||
install.sh |
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 @@ | ||
/* | ||
!/install.sh |
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,23 @@ | ||
{ | ||
"headers": [ | ||
{ | ||
"source": "/((?!favicon.ico).*)", | ||
"headers": [ | ||
{ | ||
"key": "Content-Type", | ||
"value": "text/plain" | ||
}, | ||
{ | ||
"key": "Content-Disposition", | ||
"value": "inline; filename=\"install.sh\"" | ||
} | ||
] | ||
} | ||
], | ||
"rewrites": [ | ||
{ | ||
"source": "/((?!favicon.ico|install.sh).*)", | ||
"destination": "/install.sh" | ||
} | ||
] | ||
} |
Oops, something went wrong.