summaryrefslogtreecommitdiff
path: root/base/vim/bundle/fetch_bundles.sh
diff options
context:
space:
mode:
Diffstat (limited to 'base/vim/bundle/fetch_bundles.sh')
-rwxr-xr-xbase/vim/bundle/fetch_bundles.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/base/vim/bundle/fetch_bundles.sh b/base/vim/bundle/fetch_bundles.sh
new file mode 100755
index 0000000..315100f
--- /dev/null
+++ b/base/vim/bundle/fetch_bundles.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+##
+## I don't want to include the plugin repos in my dotfiles,
+## so here are the comments to fetch the plugins I care about.
+##
+
+git clone git://github.com/tpope/vim-abolish.git
+git clone https://github.com/ctrlpvim/ctrlp.vim.git
+git clone https://github.com/tomtom/tcomment_vim.git