diff options
author | admin <contact@optics-design.com> | 2025-05-02 18:33:29 +0200 |
---|---|---|
committer | admin <contact@optics-design.com> | 2025-05-02 18:33:29 +0200 |
commit | b6241a97afb177f33c66f023bb7ec82905cf350d (patch) | |
tree | abf661e04aef266c3be5c1a8b347299dba140a35 /archsetup.sh | |
parent | 26b4e11b7870b47dbdf329b040b25f1d09a0a1c9 (diff) |
Added feh
Diffstat (limited to 'archsetup.sh')
-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 |