Install fonts on arch
This commit is contained in:
parent
1952b9a14a
commit
32e6de6e16
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,12 @@ yay --noconfirm -Syu \
|
||||||
screen \
|
screen \
|
||||||
vim;
|
vim;
|
||||||
|
|
||||||
|
# Fonts
|
||||||
|
yay --noconfirm -Syu \
|
||||||
|
otf-cascadia-code-nerd \
|
||||||
|
ttf-ms-win11-auto \
|
||||||
|
otf-cascadia-code;
|
||||||
|
|
||||||
# GRUB Shenanigans
|
# GRUB Shenanigans
|
||||||
. "../Software/minegrub-theme/install.sh";
|
. "../Software/minegrub-theme/install.sh";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue