본문 바로가기
기타

맥북 개발환경 세팅

by 고고 2021. 12. 25.

1. 기초 세팅

- Xcode : https://apps.apple.com/kr/app/xcode/id497799835?mt=12 

 

- Homebrew 

$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
$ echo 'export PATH=/opt/homebrew/bin:$PATH' >> ~/.zshrc
$ source ~/.zshrc

 

- Oh my zsh

$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
$ vi ~/.zshrc

ZSH_THEME="af-magic"

 

- CocoaPods

$ sudo gem install cocoapods

 

- Xcodegen

$ brew install xcodegen

 

- Tuist

$ bash <(curl -Ls https://install.tuist.io)

 

 

 

2. 앱 설치

 

- 크롬 : https://www.google.com/intl/ko/chrome/

 

- 카카오톡 : https://apps.apple.com/kr/app/kakaotog/id869223134?mt=12 (앱스토어)

 

- 노션 : https://www.notion.so/desktop

 

- 페이스북 메세지 : https://www.messenger.com/desktop/#startDownload

 

- 포스트맨 : https://www.postman.com/downloads/

 

- 타이포라 : https://typora.io/  (참고 : beta 버전 이후로는 유료 앱입니다.)

 

- 한컴 : https://www.hancom.com/mypage/myIndivPrdtList.do 

 

- RunCat : https://apps.apple.com/kr/app/runcat/id1429033973?mt=12 

 

- 깃크라켓 : https://www.gitkraken.com/download

 

- 슬랙 : https://apps.apple.com/app/slack/id803453959 

 

 

댓글