From 61b43438eb499c149b65c81104bfd3194cd0ce6d Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 31 Mar 2025 19:15:09 +0300 Subject: [PATCH] install: link only OTF and variable fonts when possible --- install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install b/install index 10b8c755..7fbca810 100755 --- a/install +++ b/install @@ -155,11 +155,11 @@ fi # Make the submoduled fonts available to the system if [ -d "$HOME/.shell-things" ]; then mkdir -p $HOME/.local/share/fonts - ln -nsfv $HOME/.shell-things/submodules/comicneue/Fonts $HOME/.local/share/fonts/comicneue + ln -nsfv $HOME/.shell-things/submodules/comicneue/Fonts/OTF $HOME/.local/share/fonts/comicneue ln -nsfv $HOME/.shell-things/submodules/comic-shanns-mono/fonts $HOME/.local/share/fonts/comic-shanns-mono ln -nsfv $HOME/.shell-things/submodules/opendyslexic/compiled $HOME/.local/share/fonts/opendyslexic - ln -nsfv $HOME/.shell-things/submodules/serious-sans/SeriousShanns $HOME/.local/share/fonts/ - ln -nsfv $HOME/.shell-things/submodules/Inclusive-Sans/fonts $HOME/.local/share/fonts/Inclusive-Sans + ln -nsfv $HOME/.shell-things/submodules/serious-sans/SeriousShanns $HOME/.local/share/fonts/SeriousShanns + ln -nsfv $HOME/.shell-things/submodules/Inclusive-Sans/fonts/variable $HOME/.local/share/fonts/Inclusive-Sans # Font cleanup if hash symlinks 2> /dev/null; then symlinks -d $HOME/.local/share/fonts/