Add fonts (Ubuntu Nerd)

This commit is contained in:
q3aql 2022-06-11 12:28:08 +02:00
commit a2eacdab7f
2 changed files with 9 additions and 0 deletions

9
fonts/Makefile Normal file
View File

@ -0,0 +1,9 @@
install:
mkdir -p /usr/share/fonts/truetype/ubuntumono/
tar Jxvf ubuntumono-nerd-fonts.tar.xz -C /usr/share/fonts/truetype/ubuntumono/
uninstall:
rm -rfv /usr/share/fonts/truetype/ubuntumono/

Binary file not shown.