Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ brew "helm"
brew "terraform"
brew "oci-cli" # Oracle Cloud
brew "doctl" # DigitalOcean CLI
brew "octant" # Kubernetes dashboard
brew "k9s" # Kubernetes cluster dashboard (terminal UI)

# ── Databases ────────────────────────────────────────────────────────────────
brew "mongosh" # MongoDB shell
Expand Down
2 changes: 2 additions & 0 deletions scripts/acceptance-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ section "Homebrew"
check "brew is on PATH" "command -v brew"
check "cirruslabs/cli tap is active" "brew tap | grep -q cirruslabs/cli"
check "tart is installed" "command -v tart"
check "no deprecated formulae in Brewfile" \
"! brew bundle check --file=\"\$HOME/Repos/amcheste/mac-dev-setup/Brewfile\" 2>&1 | grep -qi deprecated"

# ── Dotfiles ───────────────────────────────────────────────────────────────────

Expand Down
Loading