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
- Host: GitHub
- URL: https://github.com/juev/dotvim
- Owner: juev
- Created: 2012-09-09T16:56:29.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-09-05T09:48:58.000Z (8 months ago)
- Last Synced: 2025-12-25T14:42:38.977Z (5 months ago)
- Topics: dotvim, vim
- Language: Vim Script
- Size: 2.85 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
