Menu

Post image 1
Post image 2
1 / 2
0

I Built a One-Command macOS Terminal Setup — Ghostty + Zsh + 30 Modern CLI Tools

DEV Community·satyamsoni2211·22 days ago
#RbRGHqDW
Reading 0:00
15s threshold

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…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More