Every time I set up a new Mac, I'd spend half a day doing the same thing — installing Homebrew, picking a terminal, configuring Zsh plugins, hunting for that one tool I forgot the name of, fixing a broken .zshrc . It was tedious, error-prone, and felt like something a script could handle. So I built dev-accelerator — a one-command macOS terminal setup that gets you from a fresh Mac to a fully productive terminal environment in minutes. What it sets up ╭─────────────────────────────────────────────────────────────────────────╮ │ dev-accelerator ─ Ghostty + Zsh + 30 modern CLI tools │ ├─────────────────────────────────────────────────────────────────────────┤ │ │ │ ❯ ls │ │ src/ tests/ docs/ setup.sh install.sh README.md │ │ │ │ ❯ git log --oneline │ │ a3f1c2e feat: add zoxide smart cd integration │ │ b89d041 fix: backup .zshrc before modification │ │ │ │ satyam@macbook ~/projects/dev-accelerator main ✓ took 0.3s │ ╰─────────────────────────────────────────────────────────────────────────╯ Enter…