Fewer fonts in the bare mode

This commit is contained in:
David Heinemeier Hansson
2025-07-10 12:50:10 -07:00
parent b3ae7e69a6
commit be29136188

View File

@ -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