Based on this article
yum install zsh
chsh -s /bin/zsh root
echo $SHELL
yum install wget git
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
source ~/.zshrc
simple but usefull, Thanks