These are my dotfiles. They are based on Gerardo's dotfiles , with some modifications to be useful also for scientists.
$ git clone git://github.com/muammar/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, Django, Homebrew, Vim, Git, OSX/Linux.
When setting up a new Mac, you may want to set some sensible OS X defaults (it supports Yosemite!):
$ ./.osx
Suggestions and improvements welcome!
- Gerardo Curiel dotfiles repository.