Skip to content

Instantly share code, notes, and snippets.

@y9c
Forked from petercossey/ubuntu-powerline-install.md
Last active July 23, 2017 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save y9c/8366b05d2a711106183fe36440317e18 to your computer and use it in GitHub Desktop.
Save y9c/8366b05d2a711106183fe36440317e18 to your computer and use it in GitHub Desktop.
Powerline font install for Ubuntu 16.10

Get the font and config files

cd ~
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/

Clear fonts cache

fc-cache -vf

Move config file

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