Add additional programs to the install script

This commit is contained in:
2025-02-09 23:54:40 +00:00
parent 54c0cfb6a8
commit 29ad6468d6

View File

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