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