From 2332549b936291b723ea0148dd1404229b824700 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 2 Oct 2025 10:37:46 +0300 Subject: [PATCH] add atkinson-hyperlegible fonts including -next,{mono} --- .gitmodules | 18 ++++++++++++++++++ install | 8 ++++++-- submodules/atkinson-hyperlegible | 1 + submodules/atkinson-hyperlegible-next | 1 + submodules/atkinson-hyperlegible-next-mono | 1 + 5 files changed, 27 insertions(+), 2 deletions(-) create mode 160000 submodules/atkinson-hyperlegible create mode 160000 submodules/atkinson-hyperlegible-next create mode 160000 submodules/atkinson-hyperlegible-next-mono diff --git a/.gitmodules b/.gitmodules index 1fd8ba8c..74cfb2d5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,21 @@ branch = master ignore = dirty shallow = true +[submodule "submodules/atkinson-hyperlegible"] + path = submodules/atkinson-hyperlegible + url = https://github.com/googlefonts/atkinson-hyperlegible.git + branch = main + ignore = dirty + shallow = true +[submodule "submodules/atkinson-hyperlegible-next"] + path = submodules/atkinson-hyperlegible-next + url = https://github.com/googlefonts/atkinson-hyperlegible-next.git + branch = main + ignore = dirty + shallow = true +[submodule "submodules/atkinson-hyperlegible-next-mono"] + path = submodules/atkinson-hyperlegible-next-mono + url = https://github.com/googlefonts/atkinson-hyperlegible-next-mono.git + branch = main + ignore = dirty + shallow = true diff --git a/install b/install index bbcab21b..eadd5064 100755 --- a/install +++ b/install @@ -296,6 +296,9 @@ if [ "$(id -u)" == "0" ]; then ln -nsfv $HOME/.shell-things/submodules/serious-sans/SeriousShanns/NerdFontMono /usr/local/share/fonts/ ln -nsfv $HOME/.shell-things/submodules/serious-sans/SeriousShanns/NerdFontPropo /usr/local/share/fonts/ ln -nsfv $HOME/.shell-things/submodules/Inclusive-Sans/fonts/variable /usr/local/share/fonts/Inclusive-Sans + ln -nsfv $HOME/.shell-things/submodules/atkinson-hyperlegible/fonts/otf /usr/local/share/fonts/atkinson-hyperlegible + ln -nsfv $HOME/.shell-things/submodules/atkinson-hyperlegible-next/fonts/variable /usr/local/share/fonts/atkinson-hyperlegible-next + ln -nsfv $HOME/.shell-things/submodules/atkinson-hyperlegible-next-mono/fonts/variable /usr/local/share/fonts/atkinson-hyperlegible-next-mono fi # Symlink cleanup @@ -399,15 +402,16 @@ fi if [ -d "$HOME/.shell-things" ]; then mkdir -p $HOME/.local/share/fonts 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/comic-shanns-mono/fonts/ComicShannsMono-Regular.otf $HOME/.local/share/fonts/ - #ln -nsfv $HOME/.shell-things/submodules/opendyslexic/compiled $HOME/.local/share/fonts/opendyslexic ln -nsfv $HOME/.shell-things/submodules/opendyslexic/compiled/OpenDyslexic-*.otf $HOME/.local/share/fonts/ ln -nsfv $HOME/.shell-things/submodules/serious-sans/SeriousShanns/otf $HOME/.local/share/fonts/SeriousShanns ln -nsfv $HOME/.shell-things/submodules/serious-sans/SeriousShanns/NerdFont $HOME/.local/share/fonts/ ln -nsfv $HOME/.shell-things/submodules/serious-sans/SeriousShanns/NerdFontMono $HOME/.local/share/fonts/ ln -nsfv $HOME/.shell-things/submodules/serious-sans/SeriousShanns/NerdFontPropo $HOME/.local/share/fonts/ ln -nsfv $HOME/.shell-things/submodules/Inclusive-Sans/fonts/variable $HOME/.local/share/fonts/Inclusive-Sans + ln -nsfv $HOME/.shell-things/submodules/atkinson-hyperlegible/fonts/otf $HOME/.local/share/atkinson-hyperlegible + ln -nsfv $HOME/.shell-things/submodules/atkinson-hyperlegible-next/fonts/variable $HOME/.local/share/atkinson-hyperlegible-next + ln -nsfv $HOME/.shell-things/submodules/atkinson-hyperlegible-next-mono/fonts/variable $HOME/.local/share/fonts/atkinson-hyperlegible-next-mono # Font cleanup if hash symlinks 2> /dev/null; then symlinks -d $HOME/.local/share/fonts/ diff --git a/submodules/atkinson-hyperlegible b/submodules/atkinson-hyperlegible new file mode 160000 index 00000000..1cb31162 --- /dev/null +++ b/submodules/atkinson-hyperlegible @@ -0,0 +1 @@ +Subproject commit 1cb311624b2ddf88e9e37873999d165a8cd28b46 diff --git a/submodules/atkinson-hyperlegible-next b/submodules/atkinson-hyperlegible-next new file mode 160000 index 00000000..7925f50f --- /dev/null +++ b/submodules/atkinson-hyperlegible-next @@ -0,0 +1 @@ +Subproject commit 7925f50f649b3813257faf2f4c0b381011f434f1 diff --git a/submodules/atkinson-hyperlegible-next-mono b/submodules/atkinson-hyperlegible-next-mono new file mode 160000 index 00000000..154d5036 --- /dev/null +++ b/submodules/atkinson-hyperlegible-next-mono @@ -0,0 +1 @@ +Subproject commit 154d50362016cc3e873eb21d242cd0772384c8f9