commit a2eacdab7ffc97ebf33220f3064cb57c6c68ecd8 Author: q3aql Date: Sat Jun 11 12:28:08 2022 +0200 Add fonts (Ubuntu Nerd) diff --git a/fonts/Makefile b/fonts/Makefile new file mode 100644 index 0000000..c7a0e24 --- /dev/null +++ b/fonts/Makefile @@ -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/ + + diff --git a/fonts/ubuntumono-nerd-fonts.tar.xz b/fonts/ubuntumono-nerd-fonts.tar.xz new file mode 100644 index 0000000..10164e7 Binary files /dev/null and b/fonts/ubuntumono-nerd-fonts.tar.xz differ