2023-12-20 09:21:31 +00:00
|
|
|
dependencies:
|
|
|
|
plugins/gitfast:
|
|
|
|
repo: felipec/git-completion
|
|
|
|
branch: master
|
2024-03-07 08:47:15 +00:00
|
|
|
version: tag:v2.1
|
2023-12-20 09:21:31 +00: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 21:05:37 +00:00
|
|
|
version: afaf2965b41fdc6ca66066e09382726aa0b6aa04
|
2023-12-20 09:21:31 +00: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 09:47:06 +00:00
|
|
|
plugins/history-substring-search:
|
|
|
|
repo: zsh-users/zsh-history-substring-search
|
|
|
|
branch: master
|
2024-01-16 10:06:19 +00:00
|
|
|
version: 8dd05bfcc12b0cd1ee9ea64be725b3d9f713cf64
|
2024-01-16 09:47:06 +00:00
|
|
|
precopy: |
|
|
|
|
set -e
|
2024-01-16 10:02:07 +00:00
|
|
|
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
|
2024-03-15 12:49:24 +00:00
|
|
|
plugins/gradle:
|
|
|
|
repo: gradle/gradle-completion
|
|
|
|
branch: master
|
2024-03-15 12:55:43 +00:00
|
|
|
version: 25da917cf5a88f3e58f05be3868a7b2748c8afe6
|
2024-03-15 12:49:24 +00:00
|
|
|
precopy: |
|
|
|
|
set -e
|
2024-03-15 12:53:43 +00:00
|
|
|
find . ! -name _gradle ! -name LICENSE -delete
|