Files
omarchy/install/desktop/fonts.sh

8 lines
240 B
Bash
Raw Normal View History

#!/bin/bash
yay -S --noconfirm --needed ttf-font-awesome ttf-cascadia-mono-nerd ttf-ia-writer noto-fonts noto-fonts-emoji
2025-06-02 09:32:43 +02:00
if [ -z "$OMARCHY_BARE" ]; then
yay -S --noconfirm --needed ttf-jetbrains-mono noto-fonts-cjk noto-fonts-extra
2025-06-02 10:42:24 +02:00
fi