Skip to content

Instantly share code, notes, and snippets.

@chasestubblefield
Last active March 23, 2020 00:23
Show Gist options
  • Save chasestubblefield/9e3690294375fbee3a79 to your computer and use it in GitHub Desktop.
Save chasestubblefield/9e3690294375fbee3a79 to your computer and use it in GitHub Desktop.
macOS Catalina Clean Install 3/22/20

Pre-install

sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled

Backup ~/Library/Caches/Homebrew

Post-install

Restore ~/Library/Caches/Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install yadm
yadm clone https://github.com/chasetopher/dotfiles.git
brew bundle install --global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment