下载安装字体:
$cd /usr/share/fonts/truetype/
$sudo git clone https://github.com/abertsch/Menlo-for-Powerline.git
刷新字体:
$sudo fc-cache -f -v
在Vs Code的对应项目.vscode中找到settings.json 中加入下面代码后保存:
"terminal.integrated.fontFamily": "Menlo for Powerline",
重启VSCode:关闭VSCode再重新打开
转载自https://blog.youkuaiyun.com/dally2/article/details/107949518