Skip to content

a1local/devstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevStart - macOS Development Environment Setup

A beginner-friendly setup wizard that helps you install and configure a complete development environment on macOS.

Features

  • 🎯 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

Quick Start

# Download and run
curl -fsSL https://raw.githubusercontent.com/utilised-ai/devstart/main/setup.sh -o setup.sh
chmod +x setup.sh
./setup.sh

What Gets Installed?

Based 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)

Requirements

  • macOS 10.15 or later
  • Admin access (for installing software)
  • Internet connection

Documentation

See GETTING_STARTED.md for detailed usage instructions.

License

MIT License - feel free to use and modify!

About

A beginner-friendly macOS development environment setup wizard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors