kn / dotfiles

My dotfiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

rake install

# To setup git autocomplete
curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash > ~/.git-completion.bash
curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh > ~/.git-prompt.sh

# To load vundle submodule
git submodule init
git submodule update

# Then run following in vim
:BundleInstall

About

My dotfiles.


Languages

Language:Vim Script 96.4%Language:Ruby 2.0%Language:Shell 1.5%