Update Font and Whitespaces

This commit is contained in:
Marco Thomas
2021-06-01 11:09:07 +02:00
parent f61a9d69f4
commit 8a4c1b83c2
21 changed files with 9 additions and 17 deletions

View File

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