유용한 툴

zsh 설치, 테마, 폰트 변경하는 방법

쌍쌍바나나 2017. 2. 7. 20:51
반응형

zsh 설치하기

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


theme 설치하기

$ git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k


환경변수 설정하기

~/.zshrc and set ZSH_THEME="agnoster"

~/.zshrc and set ZSH_THEME="powerlevel9k/powerlevel9k".


font 설치하기

https://github.com/powerline/fonts/blob/master/Meslo/Meslo%20LG%20M%20DZ%20Regular%20for%20Powerline.otf


theme 설치하고 iterm에서 [preference] - [profile] - [text]  - Meslo로 설정


테마는 아래 참고하면 된다.

https://zshthem.es/all/


[참고] https://gist.github.com/kevin-smets/8568070


반응형