Add fzf and ripgrep to VM provisioning packages
This commit is contained in:
@@ -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 ────────────────────────────────────
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user