Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 590 Bytes

README.markdown

File metadata and controls

30 lines (24 loc) · 590 Bytes

Mr.Bo.Jangles DotVim

Installation:

git clone --recurse-submodules [email protected]:mrbojangles3/dotfiles.git ~/.vim

Create Symlinks:

ln -s ~/.vim/dotfiles/vimrc ~/.vimrc
ln -s ~/.vim/dotfiles/gvimrc ~/.gvimrc
ln -s ~/.vim/dotfiles/tmux.conf ~/.tmux.conf

Git Commands:

git remote add origin https://github.com/mrbojangles3/dotvim.git
git push -u origin master

If a change is made:

git push -u origin master
cd ~/.vim; git pull

Syncronizing Plugins:

Using vundle vim +PluginInstall +qall