mrshll / Vimrc

my vim configuration and the color scheme it uses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 __  __                _           _ _ _      __      _______ __  __ _____   _____
 |  \/  |              | |         | | ( )     \ \    / /_   _|  \/  |  __ \ / ____|
 | \  / | __ _ _ __ ___| |__   __ _| | |/ ___   \ \  / /  | | | \  / | |__) | |
 | |\/| |/ _` | '__/ __| '_ \ / _` | | | / __|   \ \/ /   | | | |\/| |  _  /| |
 | |  | | (_| | |  \__ \ | | | (_| | | | \__ \    \  /   _| |_| |  | | | \ \| |____
 |_|  |_|\__,_|_|  |___/_| |_|\__,_|_|_| |___/     \/   |_____|_|  |_|_|  \_\\_____|
 

Start by cloning this git repository:

git clone https://github.com/mmoutenot/Vimrc.git

You can now either run install.sh or run the steps manually.

===============================================================================

Copy the .vimrc to your home directory:

cp Vimrc/.vimrc ~/

Set up Vundle, a vim package manager

git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle

Run vim with the new configuration file

vim

While in vim, run this command (note ';' is remapped to ':')

:BundleInstall

About

my vim configuration and the color scheme it uses


Languages

Language:Vim Script 99.2%Language:Shell 0.8%