diff options
-rw-r--r-- | archsetup.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archsetup.sh b/archsetup.sh index 830aea0..445abe0 100644 --- a/archsetup.sh +++ b/archsetup.sh @@ -41,7 +41,8 @@ pacman -Syu --noconfirm || handle_error "Failed to update system" # Group packages by category for better readability and fewer pacman calls pacman -S --noconfirm \ git sudo less openssh rsync which stow vi neovim base-devel cronie \ - gcc nodejs npm go python texlive-latexrecommended hugo mingw-w64-gcc\ + gcc nodejs npm go python hugo mingw-w64-gcc\ + texlive-latexrecommended texlive-fontsextra texlive-fontsrecommended texlive-latexextra\ wget task unzip neofetch mupdf yt-dlp ffmpeg feh mpv \ gawk m4 dictd emacs tldr plocate\ noto-fonts-cjk noto-fonts-emoji ttf-dejavu\ |