Skip to content

Instantly share code, notes, and snippets.

@dphiffer
Last active May 14, 2021 01:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dphiffer/7c77d566075bbef09943de12685b54d5 to your computer and use it in GitHub Desktop.
Save dphiffer/7c77d566075bbef09943de12685b54d5 to your computer and use it in GitHub Desktop.
Notes for reinstalling macOS

I just did a clean install of macOS. Here's what got reinstalled on day one:

  • Atom
  • Audacity
  • Authy
  • Canon EOS Utility
  • Canon printer/scanner drivers
  • Clipy
  • Docker Desktop
  • Final Cut Pro
  • Firefox Nightly
  • Lightroom Classic
  • Monodraw
  • node.js
  • Padlock
  • Photoshop
  • Python
  • Quicksilver
  • Scrivener
  • Sequel Pro
  • Slack
  • Spotify
  • Transmit
  • Xcode

Here are some commands I typed in:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
brew install youtube-dl emacs ffmpeg imagemagick postgis
defaults write com.apple.finder CreateDesktop false
killall Finder
git clone git@github.com:dphiffer/dotfiles.git
cd dotfiles
make
sudo ln -s /Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9 /usr/local/bin/python
sudo ln -s /Library/Frameworks/Python.framework/Versions/3.9/bin/pip3.9 /usr/local/bin/pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment