Skip to content

Instantly share code, notes, and snippets.

@epegzz
Created January 18, 2012 17:19
Show Gist options
  • Star 93 You must be signed in to star a gist
  • Fork 31 You must be signed in to fork a gist
  • Save epegzz/1634235 to your computer and use it in GitHub Desktop.
Save epegzz/1634235 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.

@lemondog
Copy link

that's cool

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