Dev Environment Setup

One command to install everything you need. Detects your OS, installs tools, configures MCP servers.

Detecting OS...

Linux Detected

This installer is optimized for macOS with Homebrew. On Linux, Homebrew is supported — try running the command below. If you hit issues, install tools via your package manager (apt, dnf, pacman).

$ curl -fsSL https://developer-starter-kit.shlomy.ai/setup | bash
What gets installed
🍺
Homebrew
Package manager
🔮
Warp
Modern terminal
🤖
Claude Code
AI coding assistant
💚
Node.js
JavaScript runtime
🐍
Python
Programming language
📦
Git
Version control
🐙
GitHub CLI
gh commands
Vercel CLI
Deploy frontend
Supabase CLI
Backend platform
🎭
Playwright MCP
Browser automation
After installation
1

Open a new terminal

Or run source ~/.zprofile to reload your shell

2

Authenticate your tools

Run gh auth login, vercel login, and supabase login

3

Launch Claude Code

Run claude in any project directory to start coding with AI