安裝使用on-my-zsh
- 安裝zsh:
yum isntall -y on-my-zsh - 下載安裝主題:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" - 替換bash:
chsh -s "which zsh" - 切換主題:
vi ~/.zshrc,替換ZSH_THEME="agnoster" - 安裝git:
yum install -y git - 下載安裝文字樣式:
git clone https://github.com/powerline/fonts.git && ./fonts/install.sh - 設置客戶端字體為自定義樣式
- 重啟終端
