Skip to content

Instantly share code, notes, and snippets.

@syranez
Forked from epegzz/Monaco_Linux-Powerline.ttf
Created February 20, 2012 22:00
Show Gist options
  • Save syranez/1871776 to your computer and use it in GitHub Desktop.
Save syranez/1871776 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