only clone vundle once please

master
Jordan Orelli 8 years ago
parent c805bbfd6a
commit cfcec11dd7

@ -23,8 +23,8 @@ for FNAME in $INCLUDE; do
# symlink in the versioned dotfiles.
echo "ln $BASE_DIR/$FNAME" "$HOME/$FNAME"
ln -sf "$BASE_DIR/$FNAME" "$HOME/$FNAME"
# setup Vundle
echo "cloning Vundle"
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
done
# setup Vundle
echo "cloning Vundle"
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Loading…
Cancel
Save