Update all

This commit is contained in:
Tyrel Souza 2015-12-22 23:23:06 -05:00
parent 1cfb4527d8
commit 30727b3ac5
3 changed files with 6 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
vim/bundle/

View File

@ -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

View File

@ -30,3 +30,6 @@
clean = git media clean %f
smudge = git media smudge %f
required = true
[user]
email = tyrelsouza@gmail.com
name = Tyrel Souza