Skip to content

mrbojangles3/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mr.Bo.Jangles DotVim

Installation:

git clone [email protected]:mrbojangles3/dotvim.git ~/.vim

Create Symlinks:

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

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:

git submodule init
git submodule update

Where I learned this:

http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/

@nelstrom really liking the book

About

My personal dotfiles for configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published