With this script, you can take a fresh macOS or Debian machine straight to dev-ready:
1. curl -fsSL https://raw.githubusercontent.com/plexus-ms/bootstrap/HEAD/bootstrap > ./bootstrap
2. # Edit ./bootstrap as needed
3. chmod +x ./bootstrap && ./bootstrap- macOS 26+ (Apple Silicon only)
- Debian 13+
- ZSH: Installs
zshand makes it the default shell (Debian only, macOS already comes with zsh). - Homebrew: Installs
brew(macOS only, Debian already comes withapt). - Development packages: Installs some packages needed for development.
- Personal apps: Installs your personal apps (macOS
Brewfile+ Debianapt.txt, fetched from your repo). - Chezmoi: Installs the
chezmoibinary and applies your dotfiles repo in one shot.