Setting up a new dev machine in 2026 still requires Googling and stitching four different tools
In 2026, no single tool handles packages + dotfiles + macOS prefs + shell config. Brewfile does packages but not shell. chezmoi handles dotfiles but not packages. Nix-darwin handles everything but has steep onboarding. A Show HN called 'It's 2026 and setting up a Mac for development is still mass googling' captured the frustration. Home Maker (91 HN pts) went further: a Makefile that declares all dev tools across package managers. The gap: new machine setup is still a half-day manual ritual.
Score Breakdown
Social Proof 2 sources
Existing Solutions 4 competitors
Dotfile manager, 20k stars, handles dotfiles not packages
Package manager for macOS, Brewfile for declarative install
Handles everything but steep learning curve
Single Makefile declaring all dev tools across package managers
Gap Assessment
chezmoi (20k stars), Homebrew, Nix-darwin exist but no unified zero-config option; fragmented tooling persists