/dotfiles

Linux config files for my dwm

Primary LanguageVim Script

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