diff --git a/.vim/bundle/Vundle.vim b/.vim/bundle/Vundle.vim deleted file mode 160000 index 4984767..0000000 --- a/.vim/bundle/Vundle.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4984767509e3d05ca051e253c8a8b37de784be45 diff --git a/install.sh b/install.sh index 527875e..b166636 100755 --- a/install.sh +++ b/install.sh @@ -24,3 +24,7 @@ for FNAME in $INCLUDE; do echo "ln $BASE_DIR/$FNAME" "$HOME/$FNAME" ln -sf "$BASE_DIR/$FNAME" "$HOME/$FNAME" done + +# setup Vundle +echo "cloning Vundle" +git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim