Stay in *nixland, and I'll show you how deep the rabbit hole goes
run the following command to run install script:
$ ./install
given that ~/.gitconfig
is included with these dotfiles, any local
configurations should be written to ~/.gitconfig.local
instead, such as:
$ git config --file ~/.gitconfig.local user.name "John Doe"
$ git config --file ~/.gitconfig.local user.email "johndoe@example.com"