Add fzf and ripgrep to VM provisioning packages

This commit is contained in:
2026-04-19 23:03:21 +02:00
parent c32d50b364
commit 7b8c74852e
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -58,6 +58,8 @@ packages:
- tmux - tmux
- mosh - mosh
- rsync - rsync
- fzf
- ripgrep
- ufw - ufw
# ── Commands to run at first boot ──────────────────────────────────── # ── Commands to run at first boot ────────────────────────────────────
+1 -1
View File
@@ -55,7 +55,7 @@ sudo apt-get update -qq
info "Installing base packages..." info "Installing base packages..."
sudo apt-get install -y --no-install-recommends \ 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 ────────────────────────────────────────────────────────── # ── Docker ──────────────────────────────────────────────────────────
if command -v docker &>/dev/null; then if command -v docker &>/dev/null; then