Mac 安裝 oh-my-zsh

zhangweiii發表於2020-06-18

1. 安裝 zsh + oh-my zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

或者:

sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"

2. 安裝 Tomorrow OS X Terminal Color Schemas

直接訪問上面的連結地址下載即可,對於 OS X Terminal 的,直接下載之後,雙擊安裝即可,如果覺得麻煩,也可以直接下載我打包好的:

Tomorrow OS X Terminal Color Schemas.zip

3. 安裝 Pure

npm install --global pure-prompt

安裝完成之後,進入到 oh-my-zshcustom 目錄下,我的就是預設的,然後:

ln -s /path/to/pure.zsh 

之後修改 oh-my-zsh 的主題為 pure

vi ~/.zshrc

修改:

ZSH_THEME="pure"`

4. 安裝 zsh-syntax-highlighting

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

修改 ~/.zshrc

plugins = (...plugins zsh-syntax-highlighting)
本作品採用《CC 協議》,轉載必須註明作者和本文連結

相關文章