/dotfiles

My Mac OSX dotfiles

Primary LanguageShellMIT LicenseMIT

Dotfiles by Hans Christian Reinl

My OS X dotfiles.

How to use

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.

License

MIT