<aside> 💡 아나콘다를 먼저 설치하면, 아나콘다가 ~/.zshrc를 건드리기 때문에 iTerm2 터미널을 이쁘게 꾸민 후 아나콘다 설치 권장.

</aside>

1. iTerm2 설치

iTerm2 - macOS Terminal Replacement

최신 버전을 다운로드 한 후, .zip 파일 실행하여 압축을 풀고, iTerm 앱을 "응용 프로그램" 폴더로 이동

2. HomeBrew 설치

Homebrew

iTerm2에서 아래 명령어 붙여넣기

/bin/bash -c "$(curl -fsSL <https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh>)"

3-1. Oh-My-Zsh : 설치

GitHub - ohmyzsh/ohmyzsh: 🙃 A delightful community-driven (with 1800+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, OSX, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.

"curl", "wget", "fetch" 방식의 설치 지원 : ⬆️ 공식 홈페이지 참조, ⬇️ curl 방식의 설치 방법

iTerm2에서 아래 명령어 붙여넣기

sh -c "$(curl -fsSL <https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh>)"

3-2. Oh-My-Zsh : 터미널 테마변경

iTerm2에서 ~/.zshrc 열기

open ~/.zshrc
vi ~/.zshrc