From c9e658ca7cc2e18e079dac8ca8c4d6a7324bbaa1 Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 22 Feb 2026 23:40:52 +0000 Subject: [PATCH] Delete .local/bin/installfont --- .local/bin/installfont | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 .local/bin/installfont diff --git a/.local/bin/installfont b/.local/bin/installfont deleted file mode 100755 index 6b342ae..0000000 --- a/.local/bin/installfont +++ /dev/null @@ -1,11 +0,0 @@ -# !/bin/bash - -dir=$(mktemp -d) - -unzip "$1" -d "$dir" - -mv "$dir/"*.ttf ~/.local/share/fonts/ -mv "$dir/"*.otf ~/.local/share/fonts/ -mv "$dir/"*.TTF ~/.local/share/fonts/ -mv "$dir/"*.OTF ~/.local/share/fonts/ -