diff options
Diffstat (limited to 'install-bundles.sh')
-rwxr-xr-x | install-bundles.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/install-bundles.sh b/install-bundles.sh deleted file mode 100755 index 4ed3d47..0000000 --- a/install-bundles.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/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" |