Skip to content

Instantly share code, notes, and snippets.

@irr
Forked from epegzz/Monaco_Linux-Powerline.ttf
Created April 10, 2016 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save irr/a1bafff7d9a3f5a577678b3b99cdc4da to your computer and use it in GitHub Desktop.
Save irr/a1bafff7d9a3f5a577678b3b99cdc4da to your computer and use it in GitHub Desktop.
Monaco for vim-powerline

INSTALL

Just download and put into your ~/.fonts dir and run fc-cache -vf

If you're using urxvt add something like this to your ~/.Xresources or ~/.Xdefaults:

URxvt*font:                 xft:Monaco for Powerline:regular:size=8
URxvt*imFont:               xft:Monaco for Powerline:regular:size=8
URxvt*boldFont:             xft:Monaco for Powerline:bold:size=8
URxvt*italicFont:           xft:Monaco for Powerline:italic:size=8
URxvt*boldItalicFont:       xft:Monaco for Powerline:bold:italic:size=8

Make sure to run xrdb -merge ~/.Xresources afterwards and close all urxvt terminals.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment