Skip to content

gklinich/vim-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

	git clone git://github.com/gklinich/vim-dotfiles.git ~/.vim

Create symlinks:
	
	ln -s ~/.vim/vimrc ~/.vimrc
	ln -s ~/.vim/gvimrc ~/.gvimrc

To update submodules:

	cd ~/.vim
	git submodule init
	git submodule update


Adding submodules for use with pathogen

	cd ~/.vim
	git submodule add <vim module repo URL> bundle/<local module name>


Pull new updates for all submodules

    git submodule foreach git pull origin master
    git commit <submodule dir> -n "Update <submodule>"

Deleting a submodule 

    http://davidwalsh.name/git-remove-submodule

Push changes to github

	git push origin master

About

My vim configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published