맥에 프로그램 설치하는 방법
1. 앱스토어
2. 직접 설치파일 다운로드
2번의 경우 homebrew
많이 사용
ex. 리눅스 환경의 apt-get
, yum
https://brew.sh/index_ko
참고 : https://iboxcomein.com/homebrew/
참고 : https://www.44bits.io/ko/keyword/homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
// "$(/opt/homebrew/bin/brew shellenv)" "/Users/사용자/.zprofile" 로 리다이렉트
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/사용자/.zprofile
// ZSH 실행할때 brew도 함께 실행
eval "$(/opt/homebrew/bin/brew shellenv)"
// 설치 확인
brew --help
brew --version