diff options
Diffstat (limited to 'vendor.sh')
-rwxr-xr-x | vendor.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/vendor.sh b/vendor.sh deleted file mode 100755 index 2e228e54..00000000 --- a/vendor.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env zsh - -# Pull latest versions of vendored files. - -set -o errexit -o nounset -o pipefail - -pull() { - curl -s "https://raw.githubusercontent.com/$2" -o "$1" - echo "$1" -} - -pull {curtis/.config/nvim,tpope/vim-pathogen/master}/autoload/pathogen.vim |