From 2276b4e2c1628b2f4236d8447d610f9f071208c6 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Mon, 28 May 2018 16:04:49 -0600 Subject: Spring Cleaning --- install-bundles.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 install-bundles.sh (limited to 'install-bundles.sh') 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" -- cgit v1.2.3