Add fonts (Ubuntu Nerd)
This commit is contained in:
commit
a2eacdab7f
9
fonts/Makefile
Normal file
9
fonts/Makefile
Normal 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/
|
||||
|
||||
|
BIN
fonts/ubuntumono-nerd-fonts.tar.xz
Normal file
BIN
fonts/ubuntumono-nerd-fonts.tar.xz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user