在MAC上配置高亮Command-Line Terminal




在我們原生的MAC上Termianl是很單調的顏色

Like this ---->👀



是真的蠻不易瀏覽的
現在我們要把它用成屌屌的Termianl 讓他與眾不同,大家看了都羨慕

Let's start~~


我們所要用的工具是Oh My ZSH
(是一個蠻可愛的名字 哈哈)


他安裝的方法非常簡單:

1.先使用curl 指令下載
sudo curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh

(假如你的電腦新到沒有Git 請先安裝Git)

裝完後會看到這個代表已裝成功




2.ZSH 設定



在ZSH 設定中他的配置檔是在你的使用者根目錄


首先我們要先載我們Mac 切換預測Shell 

 chsh -s $(which zsh)

之後啟動腳本

cd

ls


會看到一個 .zshrc 的檔案


我用要用Source 啟動腳本,在父程序中執行

source .zshrc




這時候你會發現已經不一樣了



我們也可以配製成其他樣式(其他樣式名稱列表


這邊我選我比較喜歡的  “agnoster”

樣式範例如下:





更改方式如下



sudo vim .zshrc


把預設的ZSH_THEME="robbyrussell"
改為你想要替換的樣式名稱
像我要的就是ZSH_THEME="agnoster"

儲存後執行



source .zshrc



Oops!!

會出現奇奇怪怪的問號(問號?)





這時候我們要把這特殊字元無法顯示的字解決

首先我們要在我們Mac 上安裝字庫參考

# clone
git clone https://github.com/powerline/fonts.git --depth=1

# install
cd fonts
./install.sh

# clean-up a bit
cd ..
rm -rf fonts


這時候我們字型庫已經裝好了

接下來我們去Terminal 更改

選則偏好設定


點選更改


再字型系列選擇Meslo LG L for powerline



之後就完成了 


可喜可賀!!




參考資料:

Become A Command-Line Power User With Oh My ZSH And ZSH
https://github.com/robbyrussell/oh-my-zsh/wiki/themes#theme-description-format
https://github.com/powerline/fonts







留言

熱門文章