From 4857ea8947e8b0cea22170b9bbd07b0e6ae98d9d Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Fri, 26 Dec 2025 16:58:13 -0500 Subject: age-plugin-se, fonts, and further minor tweaks to fedora script --- fonts.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 fonts.sh (limited to 'fonts.sh') diff --git a/fonts.sh b/fonts.sh new file mode 100755 index 0000000..d6b95aa --- /dev/null +++ b/fonts.sh @@ -0,0 +1,5 @@ +#!/bin/sh +_fontdir=~/.local/share/fonts +if ! [ -d "$_fontdir" ] ; then + git clone https://git.riedstra.dev/mitch/fonts "$_fontdir" +fi -- cgit v1.2.3