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
'기타' 카테고리의 다른 글
3개월 공부해서 방통대 3학년으로 편입하기 - 학점은행제 (0) | 2024.07.31 |
---|---|
독일어 특수문자(움라우트, 에스체트) 입력 방법 (0) | 2022.08.26 |
[Django] 간단한 CRUD 만들기 (0) | 2021.11.04 |
수박게임 개인 도메인에 배포하기 (0) | 2021.11.03 |
댓글