aboutsummaryrefslogtreecommitdiff
path: root/install-bundles.sh
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-05-28 16:04:49 -0600
committerCody Hiar <codyfh@gmail.com>2018-05-28 16:04:49 -0600
commit2276b4e2c1628b2f4236d8447d610f9f071208c6 (patch)
treefb84169ac93d3dea93cb2f269debfa429d64b516 /install-bundles.sh
parent070bb4b391d67d3833dcc364c54bcecff13c099a (diff)
Spring Cleaning
Diffstat (limited to 'install-bundles.sh')
-rwxr-xr-xinstall-bundles.sh6
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"