diff options
Diffstat (limited to 'archsetup.sh')
-rw-r--r-- | archsetup.sh | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/archsetup.sh b/archsetup.sh index b8965b9..958d50b 100644 --- a/archsetup.sh +++ b/archsetup.sh @@ -35,23 +35,7 @@ if [ -f "/etc/wsl.conf" ]; then fi log_section "Basic Package Installation" -# Single pacman call for system upgrade -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 hugo mingw-w64-gcc\ - texlive-latexrecommended texlive-fontsextra texlive-fontsrecommended texlive-latexextra texlive-binextra\ - wget task unzip neofetch mupdf yt-dlp ffmpeg feh mpv \ - zip unzip \ - bleachbit \ - 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" +./archpackages.sh #Additional packages for WSL if [ -f "/etc/wsl.conf" ]; then pacman -S --noconfirm \ |