aboutsummaryrefslogtreecommitdiff
path: root/install-bundles.sh
diff options
context:
space:
mode:
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"