mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +00:00
install vundle
This commit is contained in:
@@ -54,6 +54,11 @@ if [ ! -f "$HOME/bin/fasd" ]; then
|
||||
chmod +x $HOME/bin/fasd
|
||||
fi
|
||||
|
||||
# vundle
|
||||
if [ ! -d "$HOME/.vim/bundle" ]; then
|
||||
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
||||
fi
|
||||
|
||||
# linking dotfiles
|
||||
$HOME/.dotfiles/dotfiles.sh link base
|
||||
|
||||
|
||||
Reference in New Issue
Block a user