diff options
author | admin <contact@optics-design.com> | 2025-05-31 21:02:44 +0200 |
---|---|---|
committer | admin <contact@optics-design.com> | 2025-05-31 21:02:44 +0200 |
commit | 27ad016505dd0e4caa68d67cfc292915dda10677 (patch) | |
tree | 2295301dc50fc2757c92a368b035073256d5c62f /archsetup.sh | |
parent | e962fc470f56a05fdfd51b1e3b6a4736c4c5cc12 (diff) |
added some latex packages
Diffstat (limited to 'archsetup.sh')
-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\ |