homebrew

myGoodPlace
[MacOS/M1] 개발 세팅
·Setting/MacOS
1. homebrew 설치 2. Git 2-1) git 최신 버전으로 설치 brew install -s git 2-2) 계정 설정 git config --global user.name "나의 username" git config --global user.email "나의 email" 2-3) 등록된 정보 확인 git config --list 3. iterm2 + oh my zsh iterm2는 맥의 기본 터미널을 확장한 것으로 좀 더 다양한 기능을 제공합니다. zsh은 Bourne Shell (sh)의 확장 된 버전으로 m1에는 기본으로 설정되어 있으며, oh my zsh는 가장 많이 사용하는 zsh 플러그인 프레임 워크입니다. 3-1) iterm2 설치 brew install iterm2 3-2) it..
[MacOS/M1] homebrew 설치
·Setting/MacOS
https://brew.sh/2021/02/05/homebrew-3.0.0/ 3.0.0 Today I’d like to announce Homebrew 3.0.0. The most significant changes since 2.7.0 are official Apple Silicon support and a new bottle format in formulae. brew.sh m1에 새로운 homebrew를 설치하게 되면 /usr/local에 설치가 되어 which brew를 하면 /opt/homebrew로 경로가 나오지 않았다. 그 이유는 opt/homebrew라는 폴더가 만들어져 있지 않기 때문에 새로 만들어줬어야하는데 그걸 모르고 그냥 다운 받았기 때문이다. 즉 homebrew 설치 전 opt/h..
sooyeon-kr
'homebrew' 태그의 글 목록