diff --git a/.vimrc b/.vimrc index e69de29..ec4d0d6 100644 --- a/.vimrc +++ b/.vimrc @@ -0,0 +1 @@ +set nu diff --git a/install.sh b/install.sh index d522901..a95038b 100644 --- a/install.sh +++ b/install.sh @@ -19,11 +19,9 @@ fi CONFIGBASE="myconfig.vim" -echo "$CONFIGBASE" - git clone http://8.130.160.147:3000/Configs/$CONFIGBASE.git -mv $(CONFIGBASE)/.vimrc ./ +mv $CONFIGBASE/.vimrc ./ rm -rf $CONFIGBASE