Using agnoster theme in zsh on iTerm
2015-11-19
Prerequisite
- Unix-based operating system (Mac OS X or Linux)
- Zsh should be installed (v4.3.9 or more recent). (confirm it via
zsh --version
), - curl or wget should be installed
- git should be installed
Using agonoster theme in zsh on iTerm
- Installation zsh
- via curl
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- via wget
sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
- via curl
-
Edit ~/.zshrc
vi ~/.zshrc
명령어로 파일을 연뒤ZSH_THEME
부분을 다음과 같이 바꿔준다.ZSH_THEME="agnoster"
-
iTerm - Preferences - Profile - Colors - Solarized Dark Solarized Dark iterm theme은 여기에서 받을 수 있다.
-
Download one of the patched fonts from Vim-Powerline
-
iTerm - Preferences - Profile Tab - Text - Non-ASCII Font - [4에서 다운받은 폰트로 설정]
- iTerm의 기본 shell을 zsh로 설정하기 iTerm - Preferences - Profiles Tab - General section set Command to: /bin/zsh —login 참고사이트
참고
- https://github.com/robbyrussell/oh-my-zsh/