My OS X dotfiles.
Please add the following lines to .zshrc
# Git credentials
# Not under version control to prevent people from
# accidentally committing with your details
GIT_AUTHOR_NAME="Hans Christian Reinl"
GIT_AUTHOR_EMAIL="info@example.com"
GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
You will also need to set the NPM token.
MIT