diff --git a/scripts/Arch/Collections/personal.sh b/scripts/Arch/Collections/personal.sh index f73c91b9..236de1a7 100755 --- a/scripts/Arch/Collections/personal.sh +++ b/scripts/Arch/Collections/personal.sh @@ -10,6 +10,12 @@ yay --noconfirm -Syu \ screen \ vim; +# Fonts +yay --noconfirm -Syu \ + otf-cascadia-code-nerd \ + ttf-ms-win11-auto \ + otf-cascadia-code; + # GRUB Shenanigans . "../Software/minegrub-theme/install.sh";