Update fonts

This commit is contained in:
Fabian Ising
2022-07-05 13:01:06 +02:00
parent 303b3f4055
commit eaddae6937
8 changed files with 17 additions and 16 deletions

12
copy_fonts_arch.sh Executable file
View File

@@ -0,0 +1,12 @@
#! /bin/sh
#
# copy_fonts_arch.sh
# Copyright (C) 2022 fabian <fabian@krikkit>
#
# Distributed under terms of the MIT license.
#
mkdir -p $HOME/.local/share/fonts
for filename in fonts/*; do
cp "$filename" "$HOME/.local/share/$filename"
done