在安裝前先了解兩件事情,一個是powerline是用python寫出來的終端機外掛程式,另外一個是powerine需要一些特殊的字型。
首先,安裝powerline。這邊是用Mac本身系統的python(/usr/bin/python)來安裝。由於powerline是用python寫的套件,所以在這邊用pip這個套件管理程式來安裝:
- curl https://bootstrap.pypa.io/get-pip.py | sudo python
- pip install --user powerline-status
- pip show powerline-status
- git clone https://github.com/powerline/powerline.git
- POWERLINE_PATH=~/Library/Python/2.7/lib/python/site-packages/
- cp -r powerline/powerline/ $POWERLINE_PATH/powerline
- cp -r powerline/scripts/ $POWERLINE_PATH/scripts
第4,5,6,7的指令是在設定powerline裡面的configuration,依序執行就是
安裝好powerline以後,再來安裝powerline所需要的字型
- git clone https://github.com/powerline/fonts.git
- cd fonts && ./install.sh
最後,修改 ~/.profile 加入下面兩行
- POWERLINE_PATH=~/Library/Python/2.7/lib/python/site-packages/powerline
- source $POWERLINE_PATH/bindings/bash/powerline.sh
- Source Code Pro for Powerline
- Cousine for Powerline
參考文獻:
《Install Powerline for Mac OS X》《用Powerline美化你的Mac终端和Vim》
_EOF_
沒有留言:
張貼留言