Skip to content

Instantly share code, notes, and snippets.

@deonthomasgy
Forked from rogual/Monaco for Powerline.otf
Last active January 7, 2019 17:03
Show Gist options
  • Save deonthomasgy/9cd9c4407ef9a6171198240e037146ba to your computer and use it in GitHub Desktop.
Save deonthomasgy/9cd9c4407ef9a6171198240e037146ba to your computer and use it in GitHub Desktop.

UPDATE:

  • Jun 2, 2014: Remove all the old patched fonts and replace them with the new one.
    OSX Mavericks
    fontforge installed by homebrew with patch: Homebrew/legacy-homebrew#27221
  • Jan 7, 2019: 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