1. iTerms 설치

https://www.iterm2.com/


2. zsh를 설치

$ which zsh

/usr/bin/zsh

$ chsh -s /usr/bin/zsh - chsh는 change shell의 약자


3. oh my zsh 설치

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


4. theme agnoster로 변경

vi ~/.zshrc

ZSH_THEME="agnoster"


5. https://github.com/powerline/fonts 접속해 폰트 설치 - Roboto Mono for Powerline


6. http://ethanschoonover.com/solarized 접속해 테마 받아 압축 풀면 iterm2-colors-solarized 안의 파일 실행


7. Preferences 들어가 해당 화면에서 Text Font와 Colors Presets을 바꿈



'Tech > Linux' 카테고리의 다른 글

내가 자주 쓰는 vim 설정  (0) 2016.05.10
MYSQL auto backup shell (CentOS 6.6 기준)  (0) 2015.08.17
iptables log 남기기(CentOS 6.6)  (0) 2015.08.14

+ Recent posts