Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/drublic/dotfiles
- Owner: drublic
- License: mit
- Created: 2013-01-29T10:48:18.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T15:49:57.000Z (over 4 years ago)
- Last Synced: 2024-10-05T18:19:25.454Z (about 1 month ago)
- Language: Shell
- Size: 63.5 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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