Dotfiles Includes all of my dotfiles for easy environment setup on any new machine. Instructions cd ~ git init . git remote add origin https://github.com/robcortez/dotfiles.git git pull origin master sh setup_environment.sh