These are my dotfiles, a set of config files to set up a *NIX system with my personal preferences.
$ git clone git://github.com/gerardo/dotfiles ~/.dotfiles
$ cd ~/.dotfiles
$ ./install.sh
I use this setup on Linux and Mac OSX systems. I use ZSH as my preferred shell, but there's some older bash files around too. Really, you should switch to ZSH, just change your shell with the following command:
chsh -s /bin/zsh
and you're all set!
The environment is in the lines of Python, Homebrew, Vim, Git, OSX/Linux.
When setting up a new Mac, you may want to set some sensible OS X defaults:
$ ./.macos
Suggestions and improvements welcome!
- Mathias Bynens for sharing his osx settings from his dotfiles repository.