- Clone repo from Github
git clone git@github.com:codeurge/dotfiles.git ~/dotfiles
- Run setup
cd ~/dotfiles && ./setup
- Put your Git credentials into
~/.gitconfig.local.
For example:
[user]
name = Foo Example
email = foo@example.com
- Close your shell and re-open, enjoy!