기록저장 블로그

CentOS 에서 Oh My Zsh 설치 및 사용하기 본문

리눅스/CentOS

CentOS 에서 Oh My Zsh 설치 및 사용하기

코딩하는 히라미 2018. 4. 4. 09:45
CentOS & Fedora

$ yum install zsh

oh my zsh 설치하기
(curl 명령어로 설치하기)


         __                                     __
  ____  / /_     ____ ___  __  __   ____  _____/ /_
/ __ \/ __ \   / __ `__ \/ / / /  /_  / / ___/ __ \
/ /_/ / / / /  / / / / / / /_/ /    / /_(__  ) / / /
\____/_/ /_/  /_/ /_/ /_/\__, /    /___/____/_/ /_/
                        /____/                       ....is now installed!


Please look over the ~/.zshrc file to select plugins, themes, and options.

p.s. Follow us at https://twitter.com/ohmyzsh.

p.p.s. Get stickers and t-shirts at https://shop.planetargon.com.

➜  ~


oh my zsh 설치완료!

CnetOS : $ chsh -s /bin/zsh

zsh 테마 agnoster 으로 변경하기

$ nano ~/.zshrc

# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
ZSH_THEME="robbyrussell" >> ZSH_THEME="agnoster" 으로 변경

저장후 터미널 재접속시 테마가 바뀐걸 확인을 할수있다.

zsh 폰트가 깨질시 해결방법

powerline 폰트 설치후 터미널 프로그램에서  DejaVu Sans Mono for Powerline 폰트로 변경


'리눅스 > CentOS' 카테고리의 다른 글

CentOS 도커 설치하기  (0) 2018.04.04
CentOS NFS 마운트 방법  (0) 2018.04.04
CentOS 에서 원격데스크톱 연결 사용하기 (xrdp 설정)  (1) 2017.01.10
Comments