diff options
-rw-r--r-- | archsetup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archsetup.sh b/archsetup.sh index ad97bf3..e3a7555 100644 --- a/archsetup.sh +++ b/archsetup.sh @@ -42,7 +42,7 @@ pacman -Syu --noconfirm || handle_error "Failed to update system" pacman -S --noconfirm \ git sudo less openssh rsync which stow vi neovim base-devel \ gcc nodejs npm go python texlive-latexrecommended \ - wget task unzip neofetch mupdf yt-dlp ffmpeg \ + wget task unzip neofetch mupdf yt-dlp ffmpeg feh \ gawk m4 dictd emacs \ zsh fzf ripgrep fd zoxide mcfly lf || handle_error "Failed to install packages" pacman -Rns $(pacman -Qtdq) --noconfirm |