Mac2 [Mac Os] homebrew, node, npm, yarn 설치 [요약] 더보기 1. Homebrew 설치 brew version /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" brew update brew doctor export PATH="/usr/local/bin:~/.zshrc" 2. node, npm 설치 node -v npm -v brew install node brew install npm 3.yarn 설치 npm install -g yarn npm, node가 설치되어있는지 확인 한다. npm -v node -v Mac에서는 Homebrew라는 유용한 패키지 매니저가 있다. https://brew.sh/ Homebrew The.. 2020. 7. 15. iterm2 + oh my zsh로 터미널을 이쁘게 꾸며보자 먼저, iterm2라는 터미널을 대신하는 편리한 앱을 설치할텐데 아래 링크에서 설치해보자. https://www.iterm2.com/downloads.html Downloads - iTerm2 - Mac OS Terminal Replacement iTerm2 by George Nachman. Website by Matthew Freeman, George Nachman, and James A. Rosen. Website updated and optimized by HexBrain www.iterm2.com iterm2 설치가 완료되었으면 oh-my-zsh라는 녀석을 아래 커맨드 입력을 통해 설치해보자. sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmy.. 2020. 7. 14. 이전 1 다음