맥OS iTerm2와 Oh My Zsh 설정값

2022.02.04 22:04

iTerm2 설정

Preferences -> Appearance

Theme : Regular -> Minimal 변경

 

Profiles -> Sessions

Status bar enabled 체크

Configure Status Bar 클릭 -> CPU, RAM, Network 선택 -> Auto-Rainbow : Light Colors

 

터미널 색상 변경

https://iterm2colorschemes.com/

GitHub Dark 클릭

파일 저장 -> .itermcolors 확장자로 수정 -> 더블 클릭으로 칼라 스키마 임포트 

Preferences -> Profiles -> Colors -> Color Presets : GitHub Dark 선택

 

Oh My Zsh 설정

Oh My Zsh 설치하지 않은 경우 먼저 설치

https://ohmyz.sh/

 

Powerlevel 10K 설치

https://github.com/romkatv/powerlevel10k

Installation에서 zsh 커맨드 복사해서 터미널에 넣고 설치

.zshrc 파일 테마 수정 : ZSH_THEME="powerlevel10k/powerlevel10k"

iTerm2 종료하고 재시작 -> Powerlevel10K 환경설정 화면 나옴

Install Meslo Nerd Font? Yes

폰트 설치 완료 후 iTerm2 재시작

Does this look like a diamond ( rotated square )? Yes

Does this look like a lock? Yes

그 다음 원하는 스타일로 선택 : 2 -> 1 -> 3 -> 2 -> 1 -> 1 -> 1 -> 1 -> 1 -> 2 -> 1 -> n

Instant prompt mode : 1. Verbose

Apply changes : Yes

* 한글깨짐 : iTerm2 -> Profiles -> Text -> Unicode nomalization form: NFC 선택

* Powerlevel10k 재설정 : 터미널에서 p10k configure 입력

맥OS iTerm2 설정 화면

Visual Studio Code 터미널 글자 깨짐

Settings -> terminal font 입력

Terminal > Integrated: Font Family : MesloLGS NF 입력

 

Zsh syntax highlighting 플러그인 설치

cd ~/.oh-my-zsh/plugins

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git

echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc

.zshrc 파일에 플러그인 부분에 zsh-syntax-highlighting 추가

vi ~/.zshrc

plugins=(git zsh-syntax-highlighting)

맥(macOS) 관련 글

더보기