安裝
首先我們下載的 iTem2 這個(gè)軟件屈藐,比Mac自帶的終端更加強(qiáng)大。直接官網(wǎng) http://iterm2.com/ 下載并安裝即可窖梁。-
配置
選擇 Make iTerm2 Default Term 設(shè)置為默認(rèn)的終端
-
添加配色方案
本文選用的是 solarized
打開 iTerm2 下的偏好設(shè)置 preference 统刮,點(diǎn)開 profiles 下的colors 選項(xiàng),點(diǎn)擊右下角的 Color Presets 選項(xiàng)污抬,選擇import ,導(dǎo)入解壓到的 solarized 文件下的Solarized Dark.itermcolors
-
修改配色方案。在 Color Presets下面可以看到可供選擇的主題印机。
安裝oh-my-zsh
- 使用 crul 安裝
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
如果安裝過程中出現(xiàn)需要安裝git矢腻,則等git安裝完成后重新執(zhí)行上面指令,最后執(zhí)行的結(jié)果如圖所示射赛,需要輸入一次密碼
- 設(shè)置主題
- 輸入指令
? Documents vi ~/.zshrc
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="robbyrussell"
不同的主題:https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="agnoster"
-
重新打開發(fā)現(xiàn)出現(xiàn)字體亂碼
這個(gè)時(shí)候需要重新下載字體解決多柑,具體步驟如下
[字體下載頁(yè)面]
(https://github.com/powerline/fonts/blob/master/Meslo%20Slashed/Meslo%20LG%20M%20Regular%20for%20Powerline.ttf)-
點(diǎn)擊當(dāng)前git頁(yè)面的View Raw下載文件
雙擊下載的文件直接安裝成功
-
重新打開iTerm2,然后導(dǎo)入字體設(shè)置
-
安裝完成后界面示意圖
語(yǔ)法高亮配置
1 . 安裝指令 : brew install zsh-syntax-highlighting
- 配置.zshrc文件楣责,最后一行插入
source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
- 激活配置文件
source ~/.zshrc