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