These are my dotfiles (for mac). Take anything you want, but at your own risk.
On a fresh mac run to following first to setup xcode commandline tools
sudo softwareupdate -i -a
xcode-select --install
Continue starting the dotfiles installation
git clone https://github.com/svrooij/dotfiles-mac.git ~/.dotfiles
cd ~/.dotfiles
make
Or remote install
bash -c "`curl -fsSL https://raw.githubusercontent.com/webpro/dotfiles/master/remote-install.sh`"
This repo is heavaly inspired by webpro's repo.