illenseer / dotvim

My Vim configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotvim

My Vim configuration

Installation

$ cd ~
$ mv .vim{,.bak}
$ git clone https://github.com/illenseer/dotvim.git .vim
$ cd .vim
$ git submodule init; git submodule update
$ cd ~
$ mv .vimrc{,.bak}
$ ln -sf .vim/vimrc .vimrc

Or in one line for copy and paste:

cd ~; mv .vim{,.bak}; git clone https://github.com/illenseer/dotvim.git .vim; cd .vim; git submodule init; git submodule update; cd ~; mv .vimrc{,.bak}; ln -sf .vim/vimrc .vimrc

About

My Vim configuration

License:MIT License


Languages

Language:Vim Script 100.0%