My dotfiles. Contains configs for:
...and miscelaneous scripts to make the whole environment run.
Turns your Tmux+Vim experience into this!
...and probably some other things I haven't thought about.
To install the dotfiles...
git clone https://github.com/b-turchyn/dotfiles.git dotfiles
cd dotfiles
git submodule init
git submodule update
rake install
vim -c :BundleInstall # Expect errors during the first startup here