Files
dots/fonts/copyfonts.sh
Marco Thomas ac1c15d128 Update Dots
2020-11-09 18:11:41 +01:00

13 lines
194 B
Bash
Executable File

#!/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!"