Skip to content

Instantly share code, notes, and snippets.

@pokev25
Created October 27, 2016 04:58
Show Gist options
  • Save pokev25/997ebea5e8d22b8b1106363cc277dc1b to your computer and use it in GitHub Desktop.
Save pokev25/997ebea5e8d22b8b1106363cc277dc1b to your computer and use it in GitHub Desktop.
powerline font patch
#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