Skip to content

Instantly share code, notes, and snippets.

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 kdetony/48598bc2acbfcf63df01e394b10b7cc9 to your computer and use it in GitHub Desktop.
Save kdetony/48598bc2acbfcf63df01e394b10b7cc9 to your computer and use it in GitHub Desktop.
How to install Powerline fonts into CentOS 7

How to install Powerline fonts into CentOS 7

For a Oh-My-Zsh Shell custommized theme, called Spaceship Prompt it's reecommended to install the Powerline Fonts. In a CentOS 7 machine it can be a little more work, than doing it via a package manager.

Clone the latest Font

git clone https://github.com/powerline/fonts.git --depth=1

and install them

cd fonts ./install.sh

To make it available to every user copy it

mkdir /usr/share/fonts cp /root/.local/share/fonts/* /usr/share/fonts

Done (TM)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment