Bootstrapping a new machine
A checklist students can run top-to-bottom on a fresh laptop:
- Install system updates and Xcode Command Line Tools (macOS) / build-essential (Linux)
- Install Homebrew (or equivalent)
- Install git, configure name/email, set up SSH keys
- Install your version manager(s) and one default language version
- Install your editor and sign in to sync settings
- Clone a known-good project and verify the full setup works end-to-end