Add fzf to package installs

This commit is contained in:
ViViDboarder 2025-01-16 12:49:20 -08:00
parent ac5937f118
commit 85f0100095
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ sudo_package_update
# Shells
packages="fish bash"
# Common shell utils
packages="$packages tmux htop curl wget pv jq mosh bash-completion ripgrep"
packages="$packages tmux htop curl wget pv jq mosh bash-completion ripgrep fzf"
# Development tools
packages="$packages neovim vim tig shellcheck"

View File

@ -11,7 +11,7 @@ sudo_package_update
# Shells
packages="fish bash"
# Common shell utils
packages="$packages tmux htop curl wget pv jq mosh bash-completion ripgrep pipx"
packages="$packages tmux htop curl wget pv jq mosh bash-completion ripgrep pipx fzf"
# Development tools
packages="$packages make neovim tig doxygen shellcheck ctags py3-pynvim yamllint black"

View File

@ -7,7 +7,7 @@ sudo_package_update
# that I wish to bootstrap. If not a dev environment, I can trim out some of this.
# Packages that are pretty much the same treatment or names in all systems
packages="tmux htop curl wget ctags git tig pv jq fish mosh bash-completion neovim ripgrep"
packages="tmux htop curl wget ctags git tig pv jq fish mosh bash-completion neovim ripgrep fzf"
# Manager specific packages
case "$PACKAGE_MANAGER" in