昨天圖像想優(yōu)化一下自己的終端界面,于是選擇比較流行的iterm2終端和powerlevel9k主題.
配置過(guò)程如下
1. 下載iterm2
? ? 1.1 進(jìn)入https://iterm2.com/?點(diǎn)擊下載按鈕膘婶。
? ?1.2 下載完成后雙擊解壓即可
2 下載oh-my-zsh
sh -c"$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
3. 下載主題powerlevel9k
3.1 下載主題误证,并將主題直接下載到iterm2主題庫(kù)下????
????????git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
3.2 下載主題需要的字體
????????brew tap homebrew/cask-fonts?
? ? ? ? brew cask install font-hack-nerd-font
3.3 配置item2字體
選擇 iterm2下preferences>Profiles>Text
字體大小設(shè)置一致
3.4 修改.zshrc配置
添加配置如下,確定使用powerlevel9k主題饲齐。
ZSH_THEME="powerlevel9k/powerlevel9k"
ok 到此配置界面配置完成。現(xiàn)效果如下:
補(bǔ)充:
下載安裝插件
cd ~/.oh-my-zsh/custom/plugins/
git clone https://github.com/zsh-users/zsh-autosuggestions${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git?
vim? ~/.zshrc
# 編輯plugins
plugins=(git
zsh-autosuggestions
zsh-syntax-highlighting
)
其他插件可以按照此種方式添加
再補(bǔ)充:
因?yàn)槲沂褂玫氖莢scode編輯器咧最,在打開(kāi)vscode終端時(shí)候會(huì)出現(xiàn)終端圖標(biāo)亂碼情況
需要做如下修改:
Code>preferences>Settings
效果如下: