2023-12-20 02:21:31 -07:00
|
|
|
dependencies:
|
|
|
|
plugins/gitfast:
|
|
|
|
repo: felipec/git-completion
|
|
|
|
branch: master
|
2023-12-28 14:05:07 -07:00
|
|
|
version: tag:v2.0
|
2023-12-20 02:21:31 -07:00
|
|
|
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
|
2023-12-28 14:05:37 -07:00
|
|
|
version: afaf2965b41fdc6ca66066e09382726aa0b6aa04
|
2023-12-20 02:21:31 -07:00
|
|
|
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
|
2024-01-16 02:47:06 -07:00
|
|
|
plugins/history-substring-search:
|
|
|
|
repo: zsh-users/zsh-history-substring-search
|
|
|
|
branch: master
|
|
|
|
version: 8f5d8a5aa9942da7b2a764c7fa79e0f36ba802f7
|
|
|
|
precopy: |
|
|
|
|
set -e
|
|
|
|
test -e zsh-history-substring-search.plugin.zsh && mv zsh-history-substring-search.plugin.zsh history-substring-search.plugin.zsh
|