Skip to content

Latest commit

 

History

History
89 lines (62 loc) · 1.12 KB

File metadata and controls

89 lines (62 loc) · 1.12 KB

macOS 세팅 정보

Apple Silicon M1 Homebrew

설치

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

경로 추가

echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/<USER_ID>/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"

설치 확인

which brew
brew --version

iTerm2 + Powerline

iTerm2 설치

https://iterm2.com

Oh My Zsh 설치

sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Oh My Zsh 테마 변경

git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
vi ~/.zshrc

다음 값을 변경

ZSH_THEME="powerlevel10k/powerlevel10k"

터미널 재시작 후 설정 필요

만약 설정 화면이 나오지 않으면

p10k configure

Powerline font 설치

git clone https://github.com/powerline/fonts.git --depth=1
cd fonts
./install.sh
cd ..
rm -rf fonts

iTerm2 설정