Skip to content

julioes/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

    Windows:     git clone git://github.com/julioes/vimrc.git ~/vimfiles
    Non-windows: git clone git://github.com/julioes/vimrc.git ~/.vim

Create symlinks:

    Windows:
        mklink _gvimrc ~/vimfiles/gvimrc
        mklink _vimrc ~/vimfiles/vimrc

    Non-windows:
        ln -s ~/.vim/vimrc ~/.vimrc
        ln -s ~/.vim/gvimrc ~/.gvimrc

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

    cd ~/.vim
    git submodule init
    git submodule update

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages