mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
c007497431
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com> Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
31 lines
1 KiB
YAML
31 lines
1 KiB
YAML
dependencies:
|
|
plugins/gitfast:
|
|
repo: felipec/git-completion
|
|
branch: master
|
|
version: tag:v2.0
|
|
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: afaf2965b41fdc6ca66066e09382726aa0b6aa04
|
|
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
|
|
plugins/history-substring-search:
|
|
repo: zsh-users/zsh-history-substring-search
|
|
branch: master
|
|
version: 8dd05bfcc12b0cd1ee9ea64be725b3d9f713cf64
|
|
precopy: |
|
|
set -e
|
|
rm -f zsh-history-substring-search.plugin.zsh
|
|
test -e zsh-history-substring-search.zsh && mv zsh-history-substring-search.zsh history-substring-search.zsh
|
|
postcopy: |
|
|
set -e
|
|
test -e dependencies/OMZ-README.md && cat dependencies/OMZ-README.md >> README.md
|