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 [email protected]: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