dependencies.yml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. dependencies:
  2. plugins/gitfast:
  3. repo: felipec/git-completion
  4. branch: master
  5. version: tag:v2.1
  6. postcopy: |
  7. set -e
  8. rm -rf git-completion.plugin.zsh Makefile README.adoc t tools
  9. test -e git-completion.zsh && mv -f git-completion.zsh _git
  10. plugins/gradle:
  11. repo: gradle/gradle-completion
  12. branch: master
  13. version: 25da917cf5a88f3e58f05be3868a7b2748c8afe6
  14. precopy: |
  15. set -e
  16. find . ! -name _gradle ! -name LICENSE -delete
  17. plugins/history-substring-search:
  18. repo: zsh-users/zsh-history-substring-search
  19. branch: master
  20. version: 87ce96b1862928d84b1afe7c173316614b30e301
  21. precopy: |
  22. set -e
  23. rm -f zsh-history-substring-search.plugin.zsh
  24. test -e zsh-history-substring-search.zsh && mv zsh-history-substring-search.zsh history-substring-search.zsh
  25. postcopy: |
  26. set -e
  27. test -e dependencies/OMZ-README.md && cat dependencies/OMZ-README.md >> README.md
  28. plugins/wd:
  29. repo: mfaerevaag/wd
  30. branch: master
  31. version: tag:v0.7.1
  32. precopy: |
  33. set -e
  34. rm -r test
  35. rm install.sh tty.gif wd.1
  36. plugins/z:
  37. branch: master
  38. repo: agkozak/zsh-z
  39. version: afaf2965b41fdc6ca66066e09382726aa0b6aa04
  40. precopy: |
  41. set -e
  42. test -e README.md && mv -f README.md MANUAL.md
  43. postcopy: |
  44. set -e
  45. test -e _zshz && mv -f _zshz _z
  46. test -e zsh-z.plugin.zsh && mv -f zsh-z.plugin.zsh z.plugin.zsh