为ubuntu安装powerline记录

时光总嘲笑我的痴心妄想 提交于 2019-11-30 01:40:56

sudo apt install powerline

 wget https://github.com/Lokaltog/powerline/raw/develop/font/PowerlineSymbols.otf

mv PowerlineSymbols.otf .local/share/fonts/

cd .local/share/

mkdir fonts

sudo fc-cache -f -v

wget https://github.com/Lokaltog/powerline/raw/develop/font/10-powerline-symbols.conf

mkdir -p .config/fontconfig/fonts.conf

 

mv 10-powerline-symbols.conf .config/fontconfig/fonts.conf

 

 cd /usr/share/powerline/bindings/bash/

 

POWERLINE_SCRIPT=/usr/share/powerline/bindings/bash/powerline.sh
if [ -f $POWERLINE_SCRIPT ]; then
   source $POWERLINE_SCRIPT
fi

 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!