Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drublic/dotfiles

My Mac OSX dotfiles
https://github.com/drublic/dotfiles

Last synced: 27 days ago
JSON representation

My Mac OSX dotfiles

Awesome Lists containing this project

README

        

# Dotfiles by Hans Christian Reinl

My OS X dotfiles.

## How to use

Please add the following lines to .zshrc

```zsh
# Git credentials
# Not under version control to prevent people from
# accidentally committing with your details
GIT_AUTHOR_NAME="Hans Christian Reinl"
GIT_AUTHOR_EMAIL="[email protected]"
GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
```

You will also need to set the NPM token.

### License

MIT