Xcode 개발관련 설정
Alfred (App Store)
키보드 런쳐
Sublime Text 3 (http://www.sublimetext.com/3)
텍스트 에디터
SourceTree (http://sourcetreeapp.com)
git 용 GUI 클라이언트
chrome browser (https://www.google.co.jp/chrome/browser/)
설명 필요없슴
cocoapods (http://cocoapods.org)
sudo gem install cocoapods
Objective-C 라이브러리 관리
Homebrew (http://brew.sh/index_ko.html)툴
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
패키지 인스톨 관리
brew install wget
mitmproxy (http://mitmproxy.org)
brew update
brew upgrade
brew install python
easy_install pip
pip install mitmproxy
http(s) 감시. 윈도의 fiddler같은거.
alcatraz (http://alcatraz.io)
curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh
XCode 플러그인, 컬러 스킴등 관리
Finder에서 숨김파일 표시
defaults write com.apple.finder AppleShowAllFiles -boolean true
killall Finder
되돌리기
defaults delete com.apple.finder AppleShowAllFiles
killall Finder