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
5 changes: 1 addition & 4 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ cask "font-meslo-lg-nerd-font"

# ── GUI Apps ─────────────────────────────────────────────────────────────────
cask "iterm2"
cask "cursor"
cask "cursor" # AI-first editor (works alongside Claude Code)
cask "docker"
cask "goland"
cask "intellij-idea"
cask "pycharm"
cask "mongodb-compass"
9 changes: 3 additions & 6 deletions Brewfile.vm
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Brewfile.vm — used by the VM acceptance test (scripts/vm-acceptance-test.sh)
# Full environment minus the large JetBrains IDEs and Cursor, which exceed the
# 50GB Tart base image disk limit. Everything else — CLI tools, Docker, iTerm2,
# MongoDB Compass, fonts — is included and tested.
#
# IDEs omitted: cursor, goland, intellij-idea, pycharm
# These are covered by the full Brewfile on a real machine.
# Mirrors the full Brewfile exactly. JetBrains IDEs were removed from the main
# Brewfile so this file no longer needs to omit anything for disk budget reasons.

# ── Taps ─────────────────────────────────────────────────────────────────────
tap "homebrew/cask-fonts"
Expand Down Expand Up @@ -45,5 +41,6 @@ cask "font-meslo-lg-nerd-font"

# ── GUI Apps ─────────────────────────────────────────────────────────────────
cask "iterm2"
cask "cursor" # AI-first editor (works alongside Claude Code)
cask "docker"
cask "mongodb-compass"
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ To reconfigure MCPs: `bash scripts/setup-mcps.sh`
| **iTerm2** | Terminal (with custom color profile) |
| **Cursor** | AI-powered editor |
| **Docker Desktop** | Container runtime |
| **GoLand / IntelliJ / PyCharm** | JetBrains IDEs |
| **MongoDB Compass** | Database GUI |
| **Meslo LG Nerd Font** | Powerline-compatible font for terminal |

Expand Down