summaryrefslogtreecommitdiff
path: root/base/vim/bundle/fetch_bundles.sh
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2018-03-15 21:03:31 -0700
committerJesse Morgan <jesse@jesterpm.net>2018-03-15 21:03:31 -0700
commit6674d294ff99b4f6439e6e7f7a8cde399d2bf507 (patch)
tree38732d7798eb04482ae974f51e048a36e0839d4b /base/vim/bundle/fetch_bundles.sh
parenta7137eb9dda0a2c2ff3992fd8336ef577272e304 (diff)
New machine. New configs.
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