
Stop wasting hours configuring your terminal. dev-accelerator sets up Ghostty, Zsh, Starship, and 30+ modern CLI tools with a single curl command.
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.
╭─────────────────────────────────────────────────────────────────────────╮
│ 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 │
╰─────────────────────────────────────────────────────────────────────────╯
Here's the full picture of what gets installed and configured:
zsh-autosuggestions and zsh-syntax-highlightingcd that learns your most-visited directoriesPlus a full suite of modern CLI replacements for the outdated Unix defaults you've been living with.
One of the best parts of this setup is swapping out stale Unix tools for modern, faster, friendlier alternatives:
| Old tool | New tool | Why it's better |
|---|---|---|
ls | eza | Icons, git status, tree view |
cat | bat | Syntax highlighting, line numbers, git diff |
grep | ripgrep | 10–100x faster, respects .gitignore |
find | fd | Simpler syntax, faster, colorized output |
cd | zoxide | Learns your habits, jump with z proj |
top | bottom (btm) | Beautiful TUI with graphs |
ps | procs | Human-readable, colorized, searchable |
man | tealdeer | Practical examples instead of dense manpages |
| git CLI | lazygit / gitui | Full TUI git workflows |
tar/zip | ouch | One tool for all archive formats |
curl -fsSL https://raw.githubusercontent.com/satyamsoni2211/dev-accelerator/main/install.sh | bash
That's it. The script:
.zshrc before touching anythingThe "backs up your .zshrc" part matters — I've seen too many setup scripts that just overwrite your config without asking.
Not everyone wants to pipe a script into bash (fair!), so there's also a manual option:
Best for getting started fast on a new machine.
git clone https://github.com/satyamsoni2211/dev-accelerator.git
cd dev-accelerator
./setup.sh
Gives you an interactive prompt to choose what to install.
Beyond the classics, the setup also includes some newer tools that have become part of my daily workflow:
git diff pager with syntax highlighting that makes reviewing changes actually pleasant.env files when you enter a directory, unloads when you leaveA few things I'm planning to add:
--minimal flag for the install script (just shell + core tools, no terminal emulator)The project is open source under the MIT license.
👉 github.com/satyamsoni2211/dev-accelerator
If you try it out, I'd love to hear what tools you'd add or what your current setup looks like. And if you find a bug, issues and PRs are very welcome — see CONTRIBUTING.md to get started.
What's your go-to terminal tool that most developers haven't heard of? Drop it in the comments — I'm always looking for new additions.
gemmaI ported the whole Gemma-4 family — E2B, E4B, 12B, 31B, and the 26B-A4B MoE — to run on...
communityHey DEV, I'm Tobore. Let's actually connect. I've been on here for a while now, mostly writing and...
ai(yep, kinda clickbait, just for the funsies 😊) At the beginning of the year, I relaunched my...
aiMy laptop was sitting idle with the fan at full tilt. Nothing was running that I knew of. The culprit...
githubactionsI Built a Thing! TL;DR — Google Gemini-based Pull Request reviews and Issue Triaging for...
aiI've been hearing the word "harness" thrown around a lot lately. I assumed it just meant "the IDE" or...
Workflows from the Neura Market marketplace related to this DeepSeek resource