Created
January 14, 2012 03:13
-
-
Save l4u/1610094 to your computer and use it in GitHub Desktop.
vim-powerline osx font forge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install --use-gcc fontforge | |
fontforge -script fontpatcher MyFontFile.ttf | |
rm /tmp/Powerline.cache | |
in .vimrc | |
set guifont=Menlo\ for\ Powerline:h14 | |
let g:Powerline_symbols = 'fancy' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment