mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-30 05:29:24 +00:00
8 lines
240 B
Bash
8 lines
240 B
Bash
#!/bin/bash
|
|
|
|
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 ttf-jetbrains-mono noto-fonts-cjk noto-fonts-extra
|
|
fi
|