From 4f56efe0e92e85907760654490e97117c75cffe6 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 29 Jul 2025 15:18:30 +0200 Subject: [PATCH] Include the common JetBrains substitution --- install/desktop/fonts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/desktop/fonts.sh b/install/desktop/fonts.sh index 386a208..0076417 100644 --- a/install/desktop/fonts.sh +++ b/install/desktop/fonts.sh @@ -3,5 +3,5 @@ yay -S --noconfirm --needed ttf-font-awesome ttf-cascadia-mono-nerd ttf-ia-writer noto-fonts noto-fonts-emoji if [ -z "$OMARCHY_BARE" ]; then - yay -S --noconfirm --needed noto-fonts-cjk noto-fonts-extra + yay -S --noconfirm --needed ttf-jetbrains-mono noto-fonts-cjk noto-fonts-extra fi