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
programs+=(
tldr # Simplified man pages
weechat # IRC client
w3m # Text-based web browser
nnn # File manager
taskwarrior # Task manager
tldr # Simplified man pages
weechat # IRC client
#w3m # Text-based web browser
#nnn # File manager
#taskwarrior # Task manager
#mutt # Email client
pass-otp # Password manager
zbar-tools # QR code reader
#pass-otp # Password manager
#zbar-tools # QR code reader
)
fi