Some new files

This commit is contained in:
Marco Thomas
2020-11-05 22:21:03 +01:00
parent 3c4e3caaba
commit e10ade172c
5 changed files with 876 additions and 2 deletions

10
fonts/copyfonts.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
# Make sure the paths are correct
path=$(pwd)
cp $path/*.ttf $HOME/.local/share/fonts/.
echo "Fonts copied, reloading cache..."
fc-cache -v
echo "Done!"