From eb03cc194c4cf7bac41c093c83ec0653000c8ac6 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 19 Jan 2026 17:10:33 +0200 Subject: [PATCH] add Lora font --- .gitmodules | 6 ++++++ install | 2 ++ submodules/lora-font | 1 + 3 files changed, 9 insertions(+) create mode 160000 submodules/lora-font diff --git a/.gitmodules b/.gitmodules index 3e80a77d..8844a297 100644 --- a/.gitmodules +++ b/.gitmodules @@ -118,3 +118,9 @@ branch = main ignore = dirty shallow = true +[submodule "submodules/lora-font"] + path = submodules/lora-font + url = https://github.com/cyrealtype/Lora-Cyrillic.git + branch = main + ignore = dirty + shallow = true diff --git a/install b/install index 344fd564..0571db3c 100755 --- a/install +++ b/install @@ -390,6 +390,7 @@ if [ "$(id -u)" == "0" ]; then ln -nsfv $HOME/.shell-things/submodules/source-code-pro/OTF/ /usr/local/share/fonts/source-code-pro ln -nsfv $HOME/.shell-things/submodules/ubuntu-sans/fonts/variable /usr/local/share/fonts/ubuntu-sans ln -nsfv $HOME/.shell-things/submodules/ubuntu-sans-mono/fonts/variable /usr/local/share/fonts/ubuntu-sans-mono + ln -nsfv $HOME/.shell-things/submodules/lora-font/fonts/variable /usr/local/share/fonts/lora fi # Symlink cleanup @@ -538,6 +539,7 @@ if [ -d "$HOME/.shell-things" ]; then ln -nsfv $HOME/.shell-things/submodules/source-code-pro/OTF/ $HOME/.local/share/fonts/source-code-pro ln -nsfv $HOME/.shell-things/submodules/ubuntu-sans/fonts/variable $HOME/.local/share/fonts/ubuntu-sans ln -nsfv $HOME/.shell-things/submodules/ubuntu-sans-mono/fonts/variable $HOME/.local/share/fonts/ubuntu-sans-mono + ln -nsfv $HOME/.shell-things/submodules/lora-font/fonts/variable $HOME/.local/share/fonts/lora # Font cleanup if hash symlinks 2> /dev/null; then diff --git a/submodules/lora-font b/submodules/lora-font new file mode 160000 index 00000000..2b04938b --- /dev/null +++ b/submodules/lora-font @@ -0,0 +1 @@ +Subproject commit 2b04938b7cc72e55d724b554c9fbc39278306be1