A common set of dotfiles. To install, run:
cd ~
git init
git remote add origin git@github.com:jeremyoverman/dotfiles.git
git pull origin master
Note that all files are ignored in .gitignore
by default. In order to add a new file to this repo, you must run:
git add -f path-to-file