oh-my-zsh 讓終端66的
安裝
在終端輸入以下 并回車
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
修改主題方法
//打開配置文件
vim ~/.zshrc
//然后修改ZSH_THEME 更換主題
主題類型到這里查看
See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="cloud"
基于oh-my-zsh的配色主題
https://draculatheme.com/iterm/
iterm2自動補(bǔ)全提示功能
配置 vim高亮顯示
vim ~/.vimrc
//增加一行 syntax on
這篇文章不錯 記錄一下 https://www.cnblogs.com/xishuai/p/mac-iterm2.html