Skip to content

apaithankar/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

git clone git://github.com/nelstrom/dotvim.git ~/.vim

Create symlinks:

FILES='vimrc git-completion.bash bashrc bash_profile screenrc'
for i in $FILES; do ln -s ~/.vim/${i} ~/.${i}; done

Switch to the ~/.vim directory, and fetch submodules:

cd ~/.vim
git submodule init
git submodule update

About

Vim and other configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published