mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45: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
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user