User Tools

Site Tools


config

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
config [2025/07/25 15:09] – created karcioconfig [2025/08/05 20:48] (current) karcio
Line 2: Line 2:
  
 <code> <code>
 +# 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 # Copy to font location
-sudo cp*.{ttf,otf} /usr/local/share/fonts/+sudo cp *.{ttf,otf} /usr/local/share/fonts/
  
 # Update the font cache # Update the font cache
 fc-cache -f -v fc-cache -f -v
 +</code>
 +
 +<code>
 +sudo apt-get -y install fonts-noto-color-emoji
 </code> </code>
config.1753456182.txt.gz · Last modified: by karcio