1. CLT(Command Line Tool) 다운로드
xcode-select --install
2. Homebrew 설치 : macOS의 패키지 관리자
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
3. brew cask 설치
brew install cask
4. nodejs 설치
brew install node
5. vscode 설치
1) brew cask install visual-studio-code
2) brew install --cask visual-studio-code
※ 설치한 app의 디렉토리 확인하는 법 ※
brew info app_name
6. oh-my-zsh 설치 (터미널 꾸미는 도구)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"