Install fonts on arch

This commit is contained in:
Manuel Thalmann 2023-04-05 11:27:13 +02:00
parent 57e1eca4a1
commit a17ba11f7f

View file

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