From 053ba97f37351d3db72fe19a4bd1cc903b347fab Mon Sep 17 00:00:00 2001 From: krolyxon Date: Wed, 27 Jul 2022 22:51:54 +0530 Subject: [PATCH] removed ttf-jetbrains-mono --- arch_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch_install.sh b/arch_install.sh index c1aba29..6bb31ee 100644 --- a/arch_install.sh +++ b/arch_install.sh @@ -58,7 +58,7 @@ sed -i 's/GRUB_TIMEOUT=5/GRUB_TIMEOUT=0/g' /etc/default/grub grub-mkconfig -o /boot/grub/grub.cfg pacman -S --noconfirm xorg-server xorg-xprop xorg-xkill xorg-xsetroot xorg-xinit \ - noto-fonts noto-fonts-emoji noto-fonts-cjk ttf-jetbrains-mono ttf-font-awesome \ + noto-fonts noto-fonts-emoji noto-fonts-cjk ttf-font-awesome \ awesome-terminal-fonts libnotify dunst ntfs-3g \ jq mpv ncdu maim obs-studio transmission-cli yt-dlp cowsay \ pacman-contrib pavucontrol rsync ueberzug ffmpegthumbnailer python-pywal \