Install CocoaPods

$ sudo gem install cocoapods
$ pod setup
$ vim ~/.zshrc
	export LC_ALL="en_US.UTF-8"
$ source ~/.zshrc

HomeBrew Install OpenResty

$ brew tap marcqualie/nginx
$ brew install openresty

OS X 10.9 Install CLT

$ xcode-select --install

参考: http://stackoverflow.com/questions/18216865/how-to-install-command-line-tools-on-osx-mavericks

Git svn broken in mavericks

$ sudo ln -s  /Applications/Xcode.app/Contents/Developer/Library/Perl/5.16/darwin-thread-multi-2level/SVN /System/Library/Perl/Extras/5.16/SVN
$ sudo ln -s /Applications/Xcode.app/Contents/Developer/Library/Perl/5.16/darwin-thread-multi-2level/auto/SVN/ /System/Library/Perl/Extras/5.16/auto/SVN

参考: http://nob-log.info/2013/10/24/git-svn-broken-in-mavericks/

Android Studio Update

Fuck GFW

You know!!!!
$ vim /Applications/Android\ Studio.app/bin/idea.vmoptions
-Djava.net.preferIPv4Stack=true
-Didea.updates.url=http://dl.google.com/android/studio/patches/updates.xml
-Didea.patches.url=http://dl.google.com/android/studio/patches/

see: http://blog.csdn.net/liugangnhm/article/details/10011831