mathias's readme is awesome. go read it.
I created my dotfiles using mathias's repo, paul's repo, and remi's readme, but with my own sauce (zsh and oh-my-zsh).
I created this repo to keep my dotfiles somewhere. They're only for my personnal use but feel free to clone my repo or suggest any change
Toss it into a file called .extra
which you do not commit to this repo and just keep in your ~/
. Add this file name to .git/info/exclude
.
When setting up a new Mac, you may want to set some sensible OS X defaults:
./.brew
./.osx
.ackrc
- for ack (better than grep).powconfig
.wgetrc
.aliases
.exports
.functions
.path
.extra
- not included, explained above.zshrc
.osx
- run on a fresh osx machine.brew
- homebrew intialization
.git
.gitattributes
.gitconfig
.gitignore
git clone https://github.com/plbabin/dotfiles.git && cd dotfiles && ./sync.sh
Everything in the folder zsh-themes
will be sync in ~./oh-my-zsh/themes
To update later on, just run the sync again.
change loglevel to warning in the redis config file (redis-server /usr/local/etc/redis.conf)
- Remove dependancies of oh-my-zsh
- Use
foreman
to start all process instead of the.server
files