dependencies.yml 1.4 KB

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