diff --git a/bundle/bundles.sh b/bundle/bundles.sh index 672f69c..c264884 100755 --- a/bundle/bundles.sh +++ b/bundle/bundles.sh @@ -2,7 +2,7 @@ usage() { cat << EOT Usage: - ./${0##*/} list|update|clone|save + ./${0##*/} ls|update|clone|save Commands: ls -> List all the bundle repos @@ -32,7 +32,7 @@ repos() { clone_bundles() { # Clone the bundles in 'bundles.txt' - locals dn repo + local dn repo while read -r dn repo ; do if [[ -d "$dn" ]]; then echo "*** Dir [red][$dn][reset] already exists!" | colors diff --git a/bundle/bundles.txt b/bundle/bundles.txt index 4851e2b..5d20eac 100644 --- a/bundle/bundles.txt +++ b/bundle/bundles.txt @@ -1,12 +1,12 @@ -dockerfile git@github.com:ekalinin/Dockerfile.vim.git -fugitive git@github.com:tpope/vim-fugitive.git -nerdtree git@github.com:preservim/nerdtree.git -nerdtree-git git@github.com:Xuyuanp/nerdtree-git-plugin.git -nim git@github.com:zah/nim.vim.git -solarized git@github.com:altercation/vim-colors-solarized.git -syntastic git@github.com:vim-syntastic/syntastic.git -terraform git@github.com:hashivim/vim-terraform.git +dockerfile https://github.com/ekalinin/Dockerfile.vim.git +fugitive https://github.com/tpope/vim-fugitive.git +nerdtree https://github.com/preservim/nerdtree.git +nerdtree-git https://github.com/Xuyuanp/nerdtree-git-plugin.git +nim https://github.com/zah/nim.vim.git +solarized https://github.com/altercation/vim-colors-solarized.git +syntastic https://github.com/vim-syntastic/syntastic.git +terraform https://github.com/hashivim/vim-terraform.git terragrunt https://github.com/yorinasub17/vim-terragrunt.git toml https://github.com/cespare/vim-toml.git vcl-vim-plugin https://github.com/smerrill/vcl-vim-plugin -zig git@github.com:ziglang/zig.vim.git +zig https://github.com/ziglang/zig.vim.git