summaryrefslogtreecommitdiff
path: root/.github/dependencies.yml
blob: be46a79734d43bd55490695ef02e757e943c17f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
dependencies:
  plugins/gitfast:
    repo: felipec/git-completion
    branch: master
    version: tag:v2.0
    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
    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
  plugins/history-substring-search:
    repo: zsh-users/zsh-history-substring-search
    branch: master
    version: 8f5d8a5aa9942da7b2a764c7fa79e0f36ba802f7
    precopy: |
      set -e
      test -e zsh-history-substring-search.plugin.zsh && mv zsh-history-substring-search.plugin.zsh history-substring-search.plugin.zsh