From 7b8c74852ee407fba7a6344de36967e7a33a036e Mon Sep 17 00:00:00 2001 From: Joakim Persson Date: Sun, 19 Apr 2026 23:03:21 +0200 Subject: [PATCH] Add fzf and ripgrep to VM provisioning packages --- deploy/cloud-init.yml | 2 ++ deploy/setup-host.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/deploy/cloud-init.yml b/deploy/cloud-init.yml index 1e01123..06c82f5 100644 --- a/deploy/cloud-init.yml +++ b/deploy/cloud-init.yml @@ -58,6 +58,8 @@ packages: - tmux - mosh - rsync + - fzf + - ripgrep - ufw # ── Commands to run at first boot ──────────────────────────────────── diff --git a/deploy/setup-host.sh b/deploy/setup-host.sh index a230cde..44ba501 100755 --- a/deploy/setup-host.sh +++ b/deploy/setup-host.sh @@ -55,7 +55,7 @@ sudo apt-get update -qq info "Installing base packages..." sudo apt-get install -y --no-install-recommends \ - ca-certificates curl gnupg git tmux mosh rsync ufw + ca-certificates curl gnupg git tmux mosh rsync fzf ripgrep ufw # ── Docker ────────────────────────────────────────────────────────── if command -v docker &>/dev/null; then