Created
October 27, 2016 04:58
-
-
Save pokev25/997ebea5e8d22b8b1106363cc277dc1b to your computer and use it in GitHub Desktop.
powerline font patch
This file contains 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
#prepare python env | |
wget https://bootstrap.pypa.io/ez_setup.py -O - | sudo python | |
#fontforge | |
yum install fontforge | |
#clone repo | |
git clone https://github.com/powerline/fontpatcher.git | |
#run | |
cd fontpatcher | |
sudo ./setup.py build | |
sudo ./setup.py install | |
cd fontdir | |
sudo fontforge powerline-fontpatcher D2Coding.ttc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment