These are my .dotfiles. I'm using them on Linux (Ubuntu, Gentoo) and OS X.
This is inspired by Robb's .dotfiles.
- git > 1.7.10
- zsh > 4.3.9
- OS X: My terminal settings found in
osx/twam.terminal
- Clone it into
~
. - Make sure you have the submodules by running
git submodule update --recursive --init
. - Run
install.sh
.
- Put your private git settings into
~/.dotfiles/secret/.gitconfig
. This should look like:
[user]
name = Marty McFly
email = [email protected]
- Other stuff, like paths etc. can be set in *.zsh files in the local folder.