Last active
February 27, 2017 11:40
-
-
Save y9c/2319a5417d6b9496e747bebb42da616e to your computer and use it in GitHub Desktop.
poweline font fix
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
wget https://github.com/powerline/powerline/raw/develop/font/PowerlineSymbols.otf | |
wget https://github.com/powerline/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