在centOS6.6上安装powerline字体

时间:2016-07-12 19:38:04

标签: fonts centos6 vim-powerline vim-airline

我最近在centOS6.6框上的github存储库中安装了the patched fonts for Powerline users

docs中所示,我执行了运行正常并打印的脚本

[statquant@latitude fonts]$ ./install.sh 
Copying fonts...
Resetting font cache, this may take a moment...
All Powerline fonts installed to /home/statquant/.local/share/fonts

确实:

[statquant@latitude fonts]$ tree /home/statquant/.local/share/fonts
/home/statquant/.local/share/fonts
├── Anonymice\ Powerline\ Bold\ Italic.ttf
├── Anonymice\ Powerline\ Bold.ttf
├── Anonymice\ Powerline\ Italic.ttf
├── Anonymice\ Powerline.ttf
...

但由于某种原因,gvim没有拿起那些字体,因为上下文菜单Edit > select font...我没有任何*Powerline字体的痕迹。

任何帮助表示赞赏

2 个答案:

答案 0 :(得分:2)

我解决了, 看着猫/etc/fonts/fonts.conf我能看到                                                                         

<dir>/usr/share/fonts</dir>                                                                     
<dir>/usr/share/X11/fonts/Type1</dir> 
<dir>/usr/share/X11/fonts/TTF</dir> 
<dir>/usr/local/share/fonts</dir>
<dir>~/.fonts</dir>                                                                             

然后我创建了一个符号链接ln -s ~/.local/share/fonts/ ~/.fonts

答案 1 :(得分:2)

添加字体时,应将这些字体放在fontconfig将扫描的目录中。运行fc-list列出可用字体。

the fontconfig user's guide