macOS 개발환경 구성 - nRF / ESP
HomeBrew 설치 macOS 패키지 관리 도구 Command Line for Xcode 함께 설치 됨 % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" % (echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/gon/.zprofile % eval "$(/opt/homebrew/bin/brew shellenv)" CLI 환경 구성 oh-my-zsh 프레임워크 설치 % sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/..