diff --git a/recipes/default/packages b/recipes/default/packages index fb5f86d..4a68155 100755 --- a/recipes/default/packages +++ b/recipes/default/packages @@ -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" diff --git a/recipes/hass/packages b/recipes/hass/packages index 0809a91..079eaa1 100755 --- a/recipes/hass/packages +++ b/recipes/hass/packages @@ -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" diff --git a/recipes/minimal/packages b/recipes/minimal/packages index 5fd5605..d858d3c 100755 --- a/recipes/minimal/packages +++ b/recipes/minimal/packages @@ -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