iTerm2 + OMZ

今天看到一些iTerm2的配色方案,試了幾回,不太滿意,可是看到有人推薦Oh my zsh,就嘗試了下,確實不錯。 git

-安裝zsh github

brew install zsh

-添加zsh到shell備選方案中 shell

subl /usr/local/bin/zsh
chsh -s /bin/zsh

-使用zsh bash

source ~/.zshrc

到此就能夠了。如想切換會bash,就直接執行 code

chsh -s /bin/bash
source ~/.bashrc

Reference: get

https://github.com/robbyrussell/oh-my-zsh it

相關文章
相關標籤/搜索