Files
dots/fonts/copyfonts.sh
Marco Thomas e10ade172c Some new files
2020-11-05 22:21:03 +01:00

11 lines
166 B
Bash
Executable File

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