Add additional programs to the install script

This commit is contained in:
2025-02-09 23:54:40 +00:00
parent 23883ba937
commit 95ef90b056

View File

@@ -70,12 +70,15 @@ else
fi
# Install Programs
programs=(neovim curl git bat tmux bmon)
programs=(neovim curl git bat tmux bmon fzf)
if $desktop; then
programs+=(
rtv # Reddit Terminal Viewer
tldr # Simplified man pages
weechat # IRC client
w3m # Text-based web browser
nnn # File manager
taskwarrior # Task manager
)
fi