From f186a6efd30dda2f2b0d454d419b26d34a802e5a Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Thu, 1 Feb 2018 02:49:17 -0500 Subject: Added info about vimPlugins to README. Added License to start of vimPlugins scripts, and moved scripts to their own folder for use with stow. --- PlugUpdate.sh | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 PlugUpdate.sh (limited to 'PlugUpdate.sh') diff --git a/PlugUpdate.sh b/PlugUpdate.sh deleted file mode 100755 index 165219a..0000000 --- a/PlugUpdate.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash -if [ "$PWD" != "$HOME/dotfiles" ] -then - echo "Must be run in $HOME/dotfiles" - exit 1 -fi - - -while getopts o opt; do - if [ "$opt" == "h" ] - then - nroff .PlugHelp.tr - exit 0 - fi -done - -git submodule update --remote --merge && \ -git commit -m"Updated vim plugins." && echo "Success" -- cgit v1.1