diff options
author | admin <contact@optics-design.com> | 2025-06-09 23:56:46 +0200 |
---|---|---|
committer | admin <contact@optics-design.com> | 2025-06-09 23:56:46 +0200 |
commit | b2b0d21c0f88bb1672f5d7dc7b95fc488b0e2178 (patch) | |
tree | b6e68518d3613459d363fcb4c0d66103d7ef4047 | |
parent | 27ad016505dd0e4caa68d67cfc292915dda10677 (diff) |
added zip unzip
-rw-r--r-- | archsetup.sh | 6 |
1 files changed, 5 insertions, 1 deletions
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 |