Tired of the 3-hour new Mac ritual. Brewfile only covers packages — OpenBoot handles the whole stack: packages, dotfiles, shell, macOS prefs, git identity.
Killer feature turned out to be `openboot snapshot` — captures your setup as a shareable URL, team clones it with one command.
Go + Bubble Tea, MIT, zero telemetry.
What do you use to solve this? Brewfile? nix-darwin? What am I missing?
When using the the term 'OpenBoot' in the context of a Mac, ppl are going to think that you're talking about the Fcode-based PROM environment common to PPC macs of yore. I know I did...
Fair point — didn't know about the PPC Open Firmware connection. Name's sticking for now, but good to know people might confuse it. Appreciate the heads up.
superjam2026|12 days ago
Tired of the 3-hour new Mac ritual. Brewfile only covers packages — OpenBoot handles the whole stack: packages, dotfiles, shell, macOS prefs, git identity.
Killer feature turned out to be `openboot snapshot` — captures your setup as a shareable URL, team clones it with one command.
Go + Bubble Tea, MIT, zero telemetry.
What do you use to solve this? Brewfile? nix-darwin? What am I missing?
SOLAR_FIELDS|12 days ago
1. Download XCode command line tools (to get git)
2. Generate SSH key
3. Add ssh key to GitHub in safari
4. Install Nix using the vanilla installation method
5. Clone the repo and enter the nix shell which has automation tooling and command line tools to run the rest of the bootstrap
6. Ensure that I’m connected to a fast internet because Lol Nix Lets Go Download 8Gb Of Packages
7. Invoke the home manager configuration switch from the nix shell and come back 15 mins later to a completely fully provisioned machine
If you are okay with your nix config being public you can even skip steps 2 and 3
linksnapzz|12 days ago
superjam2026|11 days ago
netsharc|12 days ago
ewuhic|12 days ago
abrookewood|12 days ago