在Linux虛擬機(jī)使用shell的時(shí)候进栽,發(fā)現(xiàn)默認(rèn)的不太好用德挣,接下來(lái)使用oh-my-zsh來(lái)替換默認(rèn)的shell。
安裝zsh
輸入cat /etc/shells
命令來(lái)查看本地安裝的shell
發(fā)現(xiàn)并沒(méi)有zsh快毛,我們使用yum來(lái)安裝它
輸入yum -y install zsh
番挺,等待下載完成
再次輸入cat /etc/shells
,發(fā)現(xiàn)zsh已經(jīng)安裝好
替換默認(rèn)shell
chsh -s /bin/zsh
切換sehll至zsh
reboot
重啟后吗浩,查看當(dāng)前使用的shell,已經(jīng)改成了zsh
echo $SHELL
安裝oh-my-zsh
手動(dòng)安裝
1-1没隘、安裝git
yum -y install git
1-2懂扼、克隆oh-my-zsh
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
1-3、復(fù)制zshrc
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
自動(dòng)安裝
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
使用手動(dòng)或者自動(dòng)安裝右蒲,完成后重啟阀湿。oh-my-zsh就生效了。
主題設(shè)置
修改.zshrc中的 ZSH_THEME
字段
可以從主題中選擇自己喜歡的主題瑰妄,完成后陷嘴,重啟就生效了。