diff options
-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 |