A collection of configuration files for various programs that I use at the command line.
To install, from $HOME
run:
git init
git remote add origin https://github.com/eskp/dotfiles
git fetch --all
git reset --hard origin/master
git submodule update --init
git config status.showuntrackedfiles no