Update all
This commit is contained in:
parent
1cfb4527d8
commit
30727b3ac5
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
vim/bundle/
|
@ -12,6 +12,8 @@ ln -s $(pwd)/vimrc.local ~/.vimrc.local
|
||||
ln -s $(pwd)/zshrc ~/.zshrc
|
||||
ln -s $(pwd)/zshrc.local ~/.zshrc.local
|
||||
|
||||
# Setup vim
|
||||
rm -rf ~/.vim/bundle/Vundle.vim
|
||||
mkdir -p ~/.vim/bundle
|
||||
git clone https://github.com/VundleVim/Vundle.vim ~/.vim/bundle/Vundle.vim
|
||||
vim +PluginInstall +qall
|
||||
|
Loading…
Reference in New Issue
Block a user