반응형
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
반응형
'유용한 툴' 카테고리의 다른 글
(vi/vim) 편집기 내에서 마우스 스크롤 하는 방법 (3) | 2017.02.07 |
---|---|
[유용한 툴] API 테스트를 위한 유용한 툴 :: Postman 설치 및 사용방법 (+꿀팁) (2) | 2016.05.28 |