Update fonts
This commit is contained in:
12
copy_fonts_arch.sh
Executable file
12
copy_fonts_arch.sh
Executable 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
|
||||
Reference in New Issue
Block a user