Clone repository first :)
$ cd /tmp
$ git clone --recursive git@github.com:alexeyshockov/dotfiles.git
$ mv dotfiles/* ~/
$ rm -rf dotfiles
Install Homebrew, then run brew doctor
for further instructions (XCode,..).
Install programms over Homebrew with bundle (from ~/Brewfile):
$ brew bundl
5A03
e
Link additional configuration to PHP:
$ ln -s ~/php.ini $(php --ini | grep "Scan for additional .ini files in" | cut -d ':' -f 2)/local.ini
Install PHP programms (over Composer):
$ composer g install
Install Ruby programms:
$ gem update
$ gem install bundler
$ bundle install
Install Python programms:
$ pip install --upgrade pip
$ pip install -r pip-requirements.txt
Add nginx to startup:
$ cp ~/homebrew.mxcl.nginx.plist /Library/LaunchDaemons
$ sudo chown root:root /Library/LaunchDaemons/homebrew.mxcl.nginx.plist
Use Sail to remap Caps Lock
button: http://stackoverflow.com/questions/127591/using-caps-lock-as-esc-in-mac-os-x