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.
git clone https://github.com/powerline/fonts.git --depth=1
cd fonts
./install.sh
mkdir /usr/share/fonts
cp /root/.local/share/fonts/* /usr/share/fonts
Hi im having a hard time getting it to work. I did manage to set up Powerline as a default but it's broken looking. I did everything you mentioned but no avail. when I type setfont (font_name.pcf.gz) it says bad input file size... what am I doing wrong? I know that they are installed on my machine... I'm doing an experiment with no GUI and im on a virtual machine so yeah...