install vundle

This commit is contained in:
Daniel Bauer
2019-04-02 19:31:55 +02:00
parent f39aead6f0
commit e5e965f308

View File

@@ -54,6 +54,11 @@ if [ ! -f "$HOME/bin/fasd" ]; then
chmod +x $HOME/bin/fasd chmod +x $HOME/bin/fasd
fi fi
# vundle
if [ ! -d "$HOME/.vim/bundle" ]; then
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
fi
# linking dotfiles # linking dotfiles
$HOME/.dotfiles/dotfiles.sh link base $HOME/.dotfiles/dotfiles.sh link base