A beginner-friendly setup wizard that helps you install and configure a complete development environment on macOS.
- 🎯 Interactive Setup Wizard - Answer simple questions, get a personalized setup
- 🤖 AI-Ready - Optimized for coding with AI assistants like GitHub Copilot
- 📦 Smart Package Management - Installs only what you need
- 🔧 Popular Stack Support - Node.js, Python, databases, and more
- 🎨 Beautiful Terminal - Includes Oh My Zsh and Starship prompt
- ⚡ Fast Installation - Parallel downloads when possible
# Download and run
curl -fsSL https://raw.githubusercontent.com/utilised-ai/devstart/main/setup.sh -o setup.sh
chmod +x setup.sh
./setup.shBased on your choices:
- Code Editors: VS Code and/or Cursor
- Languages: Node.js (via nvm), Python (via pyenv)
- Databases: PostgreSQL, MySQL, MongoDB, Redis
- Dev Tools: Git, Docker, essential CLI tools
- AI Tools: GitHub Copilot setup (optional)
- macOS 10.15 or later
- Admin access (for installing software)
- Internet connection
See GETTING_STARTED.md for detailed usage instructions.
MIT License - feel free to use and modify!