moshen / vimconfig

My vim configuration...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Vim config

Clone with:

git clone git@github.com:moshen/vimconfig.git .vim

or

git clone https://github.com/moshen/vimconfig.git .vim

Run setup.sh!

setup.sh usage:

./setup.sh [-r|-u|-h] [branch]

-r      Remote setup, grabs your Vim config from GitHub
-u      Update Vim config from GitHub and update all Plugins
-h      Print this help
branch  The branch name to checkout after setup.
        Defaults to 'master'. Only works with -r or no options

Here's a handy script for copy-paste:

cd $HOME &&
git clone https://github.com/moshen/vimconfig.git .vim &&
cd .vim &&
./setup.sh

OR... Installing directly from GitHub:

(echo set -- -r; curl "https://raw.githubusercontent.com/moshen/vimconfig/master/setup.sh") | bash

About

My vim configuration...


Languages

Language:Vim Script 52.5%Language:Shell 47.5%