petobens / trueline

Fast and extensible bash powerline prompt with true color and fancy icon support
MIT License
385 stars 36 forks source link

Add instructions for installing Nerd Fonts Source Code Pro in Ubuntu #15

Closed juanpampliega closed 4 years ago

juanpampliega commented 4 years ago

This worked for me

wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.0.0/SourceCodePro.zip
mkdir ~/.fonts
unzip SourceCodePro.zip -d ~/.fonts
petobens commented 4 years ago

I don't want to add a distro-specific section to the readme. Besides nerd font's repo installation steps seem clear enough (and now we'll always also have this issue as a reference). Closing