Etc/MacOS

MacBook M1 개발자 초기 세팅

혬수 2023. 3. 6. 21:27

1. Homebrew 설치

  - macOS용 패키지 관리자

  - cask 확장을 통해 GUI 애플리케이션 설치 사용 가능 ex) visual-studio-code, google-chrome, iterm2

https://brew.sh/index_ko

 

Homebrew

The Missing Package Manager for macOS (or Linux).

brew.sh

2. 터미널 셋팅: iterm2

  - 상단 iterm -> Setting (Preferences) -> Appearance / Profiles 변경

 

3. 터미널 커스터마이징:  Oh My Zsh

https://ohmyz.sh

 

Oh My Zsh - a delightful & open source framework for Zsh

Oh My Zsh is a delightful, open source, community-driven framework for managing your Zsh configuration. It comes bundled with several helpful functions, helpers, plugins, themes, and a few things that make you shout... OH MY ZSH!

ohmyz.sh

https://github.com/romkatv/powerlevel10k

 

GitHub - romkatv/powerlevel10k: A Zsh theme

A Zsh theme. Contribute to romkatv/powerlevel10k development by creating an account on GitHub.

github.com

 

4. python, nvm, gh 등 설치

  * nvm: 노드 버전 매니저

      - nvm ls-remote : 버전 확인

      - nvm install <버전> : 해당 버전 설치

      - nvm use <버전> : 해당 버전 사용

  *  gh: 깃허브 cli 어플리케이션

      - gh auth login : 깃허브 로그 

 

5. vscode 셋팅

  * gitlens

  * material icon theme

  * community material theme : 테마 색상 변경

  * 터미널 아이콘 사라지는 현상

      : vscode settings에 termial font 검색 -> integrated: font family 찾아 MesloLGS NF 입력

 

* 참고

https://youtu.be/B26yiuC5zPM