Add additional programs to the install script
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user