From be29136188c9a15d1fd94fa6d65152c45d2769a3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 10 Jul 2025 12:50:10 -0700 Subject: [PATCH] Fewer fonts in the bare mode --- install/fonts.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install/fonts.sh b/install/fonts.sh index 6a08e3b..cd18850 100644 --- a/install/fonts.sh +++ b/install/fonts.sh @@ -1,4 +1,8 @@ -yay -Sy --noconfirm --needed ttf-font-awesome noto-fonts noto-fonts-emoji noto-fonts-cjk noto-fonts-extra +if [ -z "$OMARCHY_BARE" ]; then + yay -Sy --noconfirm --needed ttf-font-awesome noto-fonts noto-fonts-emoji noto-fonts-cjk noto-fonts-extra +else + yay -Sy --noconfirm --needed ttf-font-awesome noto-fonts noto-fonts-emoji +fi mkdir -p ~/.local/share/fonts