Some new files
This commit is contained in:
10
fonts/copyfonts.sh
Executable file
10
fonts/copyfonts.sh
Executable 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!"
|
||||
Reference in New Issue
Block a user