dependencies.yml 598 B

1234567891011121314151617181920
  1. dependencies:
  2. plugins/gitfast:
  3. repo: felipec/git-completion
  4. branch: master
  5. version: tag:v2.0
  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/z:
  11. branch: master
  12. repo: agkozak/zsh-z
  13. version: 6bfe418332866d15373392164df11b4fbec2083f
  14. precopy: |
  15. set -e
  16. test -e README.md && mv -f README.md MANUAL.md
  17. postcopy: |
  18. set -e
  19. test -e _zshz && mv -f _zshz _z
  20. test -e zsh-z.plugin.zsh && mv -f zsh-z.plugin.zsh z.plugin.zsh