juev / dotvim

My vim config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

juev/dotvim

Pre-requisites

The distribution is designed to work with Vim >= 7.3.

The distribution also requires git.

Installation

Mac or Linux:

$ curl https://raw.githubusercontent.com/juev/dotvim/master/install.sh | sh

or shorter:

$ curl vim.juev.org | sh

Manual install:

$ git clone https://github.com/juev/dotvim.git ~/.vim
$ ln -s ~/.vim/vimrc ~/.vimrc
$ ln -s ~/.vim/gvimrc ~/.gvimrc

Done!

Windows:

> git clone https://github.com/juev/dotvim.git %USERPROFILE%\.vim
> cd %USERPROFILE%\.vim
> install.cmd
> copy vimrc %USERPROFILE%\_vimrc
> copy gvimrc %USERPROFILE%\_gvimrc

Appearance

vim

About

My vim config files


Languages

Language:Vim Script 98.9%Language:Shell 0.9%Language:Batchfile 0.2%