Skip to content

eas/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

  Unix:
    git clone https://github.com/eas/dotvim.git ~/.vim
    cd ~/.vim
    git submodule init
    git submodule update
    echo "runtime vimrc" > ~/.vimrc

  Windows:
    set HOME=%HOMEDRIVE%%HOMEPATH%
    git clone https://github.com/eas/dotvim.git "%HOME%\vimfiles"
    cd "%HOME%\vimfiles"
    git submodule init
    git submodule update
    echo "runtime vimrc" > "%HOME%\_vimrc"

Update:
  git submodule foreach git pull [origin master]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors