zsh

yum -y install zsh
chsh -s /bin/zsh
reboot

oh-my-zsh

yum -y install git
git clone https://gitee.com/blime/ohmyzsh.git ~/.oh-my-zsh
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc

修改主题

vim ~/.zshrc
ZSH_THEME=ys
source ~/.zshrc