Your dotfiles are personal. Fork this repo on Github, and then get it on your computer.
git clone git@github.com:#{you}/dotfiles.git
cd dotfiles
Then edit the gitconfig and other files with your own preferences. Then when you're done,
save these config (that's why you forked the repo).
git commit -am "I love unicorns"
git push origin master
You will want to customize your environment.
For example, to customize your zsh config, make your changes in ~/.zshenv:
# Me
export EMAIL=__________________
# Amazon credentials
export AMAZON_ACCESS_KEY=________________________
export AMAZON_SECRET_KEY=_______________________
You can set up your aliases in ~/.aliases, they will be loaded up automatically.