An open API service indexing awesome lists of open source software.

https://github.com/juev/dotvim

My vim config files
https://github.com/juev/dotvim

dotvim vim

Last synced: 3 months ago
JSON representation

My vim config files

Awesome Lists containing this project

README

          

# 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](vim.png "Vim")