valentinp72 / myConfigs

My vimrc config file + plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

myVIM

My vimrc config file + plugins

How to install:

Copy and paste this into a terminal:

mkdir -p ~/git/myConfigs &&\
git clone https://github.com/valentinp72/myConfigs.git ~/git/myConfigs &&\
~/git/myConfigs/install.sh

How to update:

Copy and paste this into a terminal:

cd ~/git/myConfigs &&\
git pull &&\
cd - &&\
~/git/myConfigs/install.sh TRUE

How to remove:

Copy and paste this into a terminal:

rm -rf ~/git/myConfigs

About

My vimrc config file + plugins


Languages

Language:Vim Script 96.3%Language:Python 2.2%Language:Roff 0.7%Language:Erlang 0.7%Language:Shell 0.1%Language:JavaScript 0.1%Language:Makefile 0.0%Language:Ruby 0.0%