# Download Git
sudo apt-get install git
ssh-keygen -t -rsa -C "<[email protected]>"
# ...
# MANUAL! Upload your public key to Github and Heroku
# ...
# Clone this repo and run it
cd $HOME && git clone [email protected]:ross-nordstrom/.myConfig.git
cd .myConfig
./bootstrap
This creates a bunch of ".xxxx" files under ~/.myConfig/
. The bootstrap file will source them from the standard paths.