맥 개발 셋팅
-앱스토어에서 다운로드
-다른거하기전에 xcode를 열어서 xcode->preferences->Downloads->Command Line Tools 설치
-없으면 이미 설치가 되어있을수있음 (terminal 켜서 gcc를 쳐본다)
2.homebrew
-우분투,리눅스의 apt-get yum install 같은거
3.android stidio +sdk+ndk
-https://developer.android.com/sdk/installing/studio.html
4.sublime text
-웹개발툴(사실 뭘개발해도됨)
-강좌 : http://opentutorials.org/course/671/3595
5.coda (유료)
-웹개발툴
-해적으로 받을수있으나 자동업데이트를 바로꺼야됨
6.Brackets
-웹개발툴
-css가 뛰어남
7.nodejs
-자바스크립트 서버
7.cocos2d-x
-http://www.cocos2d-x.org/download
-cocos2d-x v3.x 로 받아서 깔아야됨
-설치가이드 : http://it77.tistory.com/167
terminal - 터미널은 응용프로그램 유틸에있지만 따로 iterm 다운로드 추천
1.git
- 위에서 xcode command line tool 설치할때 포함되어서 설치되어있다 일단 두가지만 알아두자
- 복사 : git clone http://url.com foldername
- 업데잍 : git pull
2.mongodb
- sql 같은 디비 (스터디용)
- http://docs.mongodb.org/manual/tutorial/install-mongodb-on-os-x/
그외
1.better touch tools
-단축키설정 (트랙패드 사용성이 좋음)
2.oh-my-zsh
-터미널을 보기좋게 꾸며주고 git 상태를 표시해줌
3.evernote
-메모 관리 및 공유가 용이함
4.ClipMenu
-복사붙여넣기의 업그레이드판
5.BitTorrent Sync 혹은 다음클라우드
-파일 동기화하기 편함(네이버만 아니면됨)
6.Cakebrew
-Homebrew 의 UI 버젼
7.Chrome
-웹서핑은 사파리가 좋지만 개발은 크롬이편함