From 85f010009508af788cb1813796099f7e69e7dac1 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Thu, 16 Jan 2025 12:49:20 -0800 Subject: [PATCH] Add fzf to package installs --- recipes/default/packages | 2 +- recipes/hass/packages | 2 +- recipes/minimal/packages | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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