Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.03 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.03 KB
 __  __                _           _ _ _      __      _______ __  __ _____   _____
 |  \/  |              | |         | | ( )     \ \    / /_   _|  \/  |  __ \ / ____|
 | \  / | __ _ _ __ ___| |__   __ _| | |/ ___   \ \  / /  | | | \  / | |__) | |
 | |\/| |/ _` | '__/ __| '_ \ / _` | | | / __|   \ \/ /   | | | |\/| |  _  /| |
 | |  | | (_| | |  \__ \ | | | (_| | | | \__ \    \  /   _| |_| |  | | | \ \| |____
 |_|  |_|\__,_|_|  |___/_| |_|\__,_|_|_| |___/     \/   |_____|_|  |_|_|  \_\\_____|
 

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