From 72d653e1e0cffe2e48bd7a393acf08c96d6db50a Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 12 Aug 2015 11:51:04 -0600 Subject: Inidiat commit of working files --- install-bundles.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 install-bundles.sh (limited to 'install-bundles.sh') 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" -- cgit v1.2.3