echo $SHELL
html
yum install -y zsh
chsh -s /bin/zsh
yum install -y git
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
vim .zshrc 修改ZSH_THEME="ys」
wget -O incr-0.2.zsh https://mimosa-pudica.net/src/incr-0.2.zsh
cp incr-0.2.zsh .oh-my-zsh/plugins/
source ~/.oh-my-zsh/plugins/incr*.zsh