https://github.com/ohmyzsh/ohmyzsh
https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
나 혼자 설정
설치가 $HOME/.ohmyzsh 에 됨
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
시스템 전역 설정
설치가 /ohmyzsh 에 됨
git clone --depth=1 https://github.com/ohmyzsh/ohmyzsh /ohmyzsh sed 's#$HOME/.oh-my-zsh#/ohmyzsh#g' -i /ohmyzsh/templates/zshrc.zsh-template cp /ohmyzsh/templates/zshrc.zsh-template ~/.zshrc
맥 한정
나 혼자 쓰는 장비에서 추천
powerlevel10k 설치
폰트가 깨지기 때문
cd /ohmyzsh/custom/themes git clone --depth=1 https://github.com/romkatv/powerlevel10k.git omz theme set powerlevel10k/powerlevel10k