aboutsummaryrefslogtreecommitdiff
path: root/install-bundles.sh
diff options
context:
space:
mode:
authorCody Hiar <chiar@hybridforge.com>2015-08-12 11:51:04 -0600
committerCody Hiar <chiar@hybridforge.com>2015-08-12 11:51:04 -0600
commit72d653e1e0cffe2e48bd7a393acf08c96d6db50a (patch)
tree6c870fd1fa4737103fe728b1438c27ac6863fc75 /install-bundles.sh
Inidiat commit of working files
Diffstat (limited to 'install-bundles.sh')
-rwxr-xr-xinstall-bundles.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/install-bundles.sh b/install-bundles.sh
new file mode 100755
index 0000000..4ed3d47
--- /dev/null
+++ b/install-bundles.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# This script is simply for automating the downloading of the vim plugins
+echo "Installing Plugins"
+vim -i NONE -c VundleInstall -c quitall > /dev/null 2>&1
+echo "Done Installling Plugins"