Skip to content

Commit

Permalink
chore(dependencies): sort dependencies.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcornella committed Jul 23, 2024
1 parent a2bf5c7 commit 3476148
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,13 @@ dependencies:
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:
plugins/gradle:
repo: gradle/gradle-completion
branch: master
repo: agkozak/zsh-z
version: afaf2965b41fdc6ca66066e09382726aa0b6aa04
version: 25da917cf5a88f3e58f05be3868a7b2748c8afe6
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
find . ! -name _gradle ! -name LICENSE -delete
plugins/history-substring-search:
repo: zsh-users/zsh-history-substring-search
branch: master
Expand All @@ -29,13 +25,6 @@ dependencies:
postcopy: |
set -e
test -e dependencies/OMZ-README.md && cat dependencies/OMZ-README.md >> README.md
plugins/gradle:
repo: gradle/gradle-completion
branch: master
version: 25da917cf5a88f3e58f05be3868a7b2748c8afe6
precopy: |
set -e
find . ! -name _gradle ! -name LICENSE -delete
plugins/wd:
repo: mfaerevaag/wd
branch: master
Expand All @@ -44,3 +33,14 @@ dependencies:
set -e
rm -r test
rm install.sh tty.gif wd.1
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
1 change: 1 addition & 0 deletions .github/workflows/dependencies/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.venv

0 comments on commit 3476148

Please sign in to comment.