Mac 개발환경

맥북 에어 M1 개발환경

hellcat 2023. 1. 17. 21:57

기본적인 개발환경 설치 방법을 소개한다.

1. Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

2. cask

brew install cask

3. git

brew install git

4. item2

brew install --cask iterm2

5. Neofetch

사용자 정보를 알려주는 플로그인

brew install neofetch

6. Anaconda

https://somjang.tistory.com/entry/Python-M1-%EB%A7%A5%EB%B6%81-Apple-Silicon-%EC%97%90%EC%84%9C-Anaconda-%EC%84%A4%EC%B9%98%ED%95%98%EB%8A%94-%EB%B0%A9%EB%B2%95

 

7. MS remote-desktop

brew install microsoft-remote-desktop

'Mac 개발환경' 카테고리의 다른 글

맥북 팁 모음 (1)  (0) 2023.01.17