brew 설치

rm -rf $HOME/.brew && git clone --depth=1 [<https://github.com/Homebrew/brew>](<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>](<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번부터 하시면 됩니다! (편집됨)