1. Homebrew 설치
- macOS용 패키지 관리자
- cask 확장을 통해 GUI 애플리케이션 설치 사용 가능 ex) visual-studio-code, google-chrome, iterm2
Homebrew
The Missing Package Manager for macOS (or Linux).
brew.sh
2. 터미널 셋팅: iterm2
- 상단 iterm -> Setting (Preferences) -> Appearance / Profiles 변경
3. 터미널 커스터마이징: Oh My Zsh
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 입력
* 참고
'Etc > MacOS' 카테고리의 다른 글
zsh , oh-my-zsh, vim 커스텀 (0) | 2024.07.09 |
---|---|
[XCode][트러블 슈팅] Error: xcrun exited with non-zero code: 60 (0) | 2024.03.27 |
Mac 터미널 ssh 연결 (0) | 2023.08.13 |