Search
Duplicate
🖥️

cmd+C 안되는 현상 해결!a

간단소개
팔만코딩경 컨트리뷰터
ContributorNotionAccount
주제 / 분류
Mac OS
Scrap
태그
9 more properties
brew 설치
rm -rf $HOME/.brew && git clone --depth=1 https://github.com/Homebrew/brew $HOME/.brew && echo 'export PATH=$HOME/.brew/bin:$PATH' >> $HOME/.zshrc && source $HOME/.zshrc && brew update
homebrew 설치
rm -rf $HOME/.brew && git clone --depth=1 https://github.com/Homebrew/brew $HOME/.brew && export PATH=$HOME/.brew/bin:$PATH && brew update && echo "export PATH=$HOME/.brew/bin:$PATH" >> ~/.zshrc
1.
위 명령어로 homebrew 설치
2.
brew install mas 명령어로 mas 설치
3.
맥의 system preferences로 애플 아이디 로그인
4.
mas account 로 로그인된 애플 아이디 확인
5.
맥의 system preferences로 애플 아이디 로그인
6.
mas account 로 로그인된 애플 아이디 확인
7.
mas upgrade 이나 mas install (쓸모없는 어플) 설치
(mas search 로 어플 찾으시면 됩니당..!)이후 부터는 다른 자리에서 또 같은 상황이면 3번부터 하시면 됩니다! (편집됨)