Skip to content

Instantly share code, notes, and snippets.

@RobinCPC
Created November 14, 2015 21:07
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 RobinCPC/282a7f9943647ed09a07 to your computer and use it in GitHub Desktop.
Save RobinCPC/282a7f9943647ed09a07 to your computer and use it in GitHub Desktop.
Install powerline font to ubuntu system
# under $HOME
mkdir .fonts/ # if .fonts directory not exist
cd .fonts/
git clone https://github.com/powerline/fonts.git
cd fonts/
./install.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment