Comment out unused programs in installation script

This commit is contained in:
2025-02-23 15:16:54 +00:00
parent 8162c3526e
commit d73a617039

View File

@@ -74,14 +74,14 @@ programs=(neovim curl git tmux bmon fzf gcc make gpg)
if $desktop; then if $desktop; then
programs+=( programs+=(
tldr # Simplified man pages tldr # Simplified man pages
weechat # IRC client weechat # IRC client
w3m # Text-based web browser #w3m # Text-based web browser
nnn # File manager #nnn # File manager
taskwarrior # Task manager #taskwarrior # Task manager
#mutt # Email client #mutt # Email client
pass-otp # Password manager #pass-otp # Password manager
zbar-tools # QR code reader #zbar-tools # QR code reader
) )
fi fi