From 654aec7715f1379fc103cefe2cbad5bcb582bd0e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 19 Jan 2026 10:22:27 +0200 Subject: [PATCH] install: add Ubuntu Fonts --- install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install b/install index 3b6a284a..344fd564 100755 --- a/install +++ b/install @@ -388,6 +388,8 @@ if [ "$(id -u)" == "0" ]; then ln -nsfv $HOME/.shell-things/submodules/source-serif/OTF /usr/local/share/fonts/source-serif ln -nsfv $HOME/.shell-things/submodules/source-code-pro/VF/*.otf /usr/local/share/fonts/ 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 fi # Symlink cleanup @@ -534,6 +536,8 @@ if [ -d "$HOME/.shell-things" ]; then ln -nsfv $HOME/.shell-things/submodules/source-serif/OTF $HOME/.local/share/fonts/source-serif ln -nsfv $HOME/.shell-things/submodules/source-code-pro/VF/*.otf $HOME/.local/share/fonts/ 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 # Font cleanup if hash symlinks 2> /dev/null; then