git clone https://github.com/bhargavg/dotfiles YOURPATH
cd YOURPATH
./install.sh
To use different SSH keys for different hosts, edit ~/.ssh/config
as follows:
Host HOSTNAME #Example: github.com
IdentitiesOnly true
IdentityFile /Users/USERNAME/.ssh/IDENTITY_FILE
User YOUR_USERNAME