diff options
author | admin <contact@optics-design.com> | 2025-05-16 21:37:24 +0200 |
---|---|---|
committer | admin <contact@optics-design.com> | 2025-05-16 21:37:24 +0200 |
commit | 1c0f514a7a160822d034c01a4795bb76d65e8cab (patch) | |
tree | 15549f900ea704770b7f3d5f21d33a76e6081348 | |
parent | e308d419e2c768c0befc9e2473c62951c19fb30c (diff) |
added tldr package
-rw-r--r-- | archsetup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archsetup.sh b/archsetup.sh index de24caf..54875ba 100644 --- a/archsetup.sh +++ b/archsetup.sh @@ -43,7 +43,7 @@ pacman -S --noconfirm \ git sudo less openssh rsync which stow vi neovim base-devel cronie \ gcc nodejs npm go python texlive-latexrecommended hugo\ wget task unzip neofetch mupdf yt-dlp ffmpeg feh mpv \ - gawk m4 dictd emacs \ + gawk m4 dictd emacs tldr\ zsh fzf ripgrep fd zoxide mcfly lf || handle_error "Failed to install packages" pacman -Rns $(pacman -Qtdq) --noconfirm go telemetry off |