Created
November 14, 2015 21:07
-
-
Save RobinCPC/282a7f9943647ed09a07 to your computer and use it in GitHub Desktop.
Install powerline font to ubuntu system
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
# 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