Skip to content

Instantly share code, notes, and snippets.

@cmvelo
cmvelo / mac-from-scratch.md
Created February 27, 2021 18:54 — forked from markbirbeck/mac-from-scratch.md
Mac From Scratch

Admin Account

During installation, create a user called admin rather than one with your own name.

Apps for All Users

Then install Homebrew as per latest instructions (note that this will install the necessary CLI components for XCode):

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"