From b2b0d21c0f88bb1672f5d7dc7b95fc488b0e2178 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 9 Jun 2025 23:56:46 +0200 Subject: added zip unzip --- archsetup.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/archsetup.sh b/archsetup.sh index 445abe0..86742a8 100644 --- a/archsetup.sh +++ b/archsetup.sh @@ -42,9 +42,13 @@ pacman -Syu --noconfirm || handle_error "Failed to update system" pacman -S --noconfirm \ git sudo less openssh rsync which stow vi neovim base-devel cronie \ gcc nodejs npm go python hugo mingw-w64-gcc\ - texlive-latexrecommended texlive-fontsextra texlive-fontsrecommended texlive-latexextra\ + texlive-latexrecommended texlive-fontsextra texlive-fontsrecommended texlive-latexextra texlive-binextra\ wget task unzip neofetch mupdf yt-dlp ffmpeg feh mpv \ + zip unzip \ gawk m4 dictd emacs tldr plocate\ + zathura zathura-pdf-mupdf zathurta-pdf-poppler\ + imagemagick qpdf perl-image-exiftool\ + borg\ noto-fonts-cjk noto-fonts-emoji ttf-dejavu\ zsh fzf ripgrep fd zoxide mcfly lf || handle_error "Failed to install packages" #Additional packages for WSL -- cgit v1.2.3