Created
August 16, 2017 19:38
-
-
Save Crowles/9671331c380a9eed83a30a702b7f17cb to your computer and use it in GitHub Desktop.
Powerline install instructions.
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
sudo pip install git+git://github.com/Lokaltog/powerline | |
wget https://github.com/Lokaltog/powerline/raw/develop/font/PowerlineSymbols.otf https://github.com/Lokaltog/powerline/raw/develop/font/10-powerline-symbols.conf | |
sudo mv PowerlineSymbols.otf /usr/share/fonts/ | |
sudo fc-cache -vf | |
sudo mv 10-powerline-symbols.conf /etc/fonts/conf.d/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment