Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.14 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.14 KB

dotfiles

My dotfiles. Contains configs for:

...and miscelaneous scripts to make the whole environment run.

Turns your Tmux+Vim experience into this!

Requirements

...and probably some other things I haven't thought about.

Installation

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