Comment out unused programs in installation script
This commit is contained in:
14
install.sh
14
install.sh
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user