個人認為這款主題最耐看而且很柔和不刺眼
編輯bash設定檔
$ vim ~/.bashrc
到Bash $PS1 Generatoropen_in_new製作屬於自己的prompt訊息,例如:
export PS1="\[$(tput setaf 6)\]\A \[$(tput setaf 3)\]\u\[$(tput setaf 7)\]@\h \[$(tput setaf 2)\][\w] \[$(tput setaf 7)\]$ \[$(tput sgr0)\]"
將這段script加到.bashrc檔案結尾,重啟terminal或是用以下指令就會生效了
$ source ~/.bashrc
效果圖如下: