config
                This is an old revision of the document!
How to add fonts to system
# download nerd fonts
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/0xProto.zip
mkdir fonts
cp 0xProto.zip fonts 
cd fonts
unzip 0xProto.zip 
# Copy to font location
sudo cp *.{ttf,otf} /usr/local/share/fonts/
# Update the font cache
fc-cache -f -v
                    
                                    config.1754426414.txt.gz · Last modified:  by karcio
                
                