chore: snapshot current workspace changes

This commit is contained in:
S
2026-02-28 21:35:03 -05:00
parent 088e355962
commit 572e4c151c
5 changed files with 312 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ log_success "Homebrew found"
# --------------------------------------------------------------------------
# Brew packages
# --------------------------------------------------------------------------
BREW_PACKAGES=(jq curl gettext shellcheck gh)
BREW_PACKAGES=(jq curl gettext shellcheck gh bitwarden-cli)
for pkg in "${BREW_PACKAGES[@]}"; do
if brew list "$pkg" &>/dev/null; then