A list of things I install when getting started with a brand new Mac.
for Everyday
- 1Password
- Brave
- Reeder
- Slack
- Discord
- VLC
- Handbrake
- Affinity Designer
- Affinity Photo
- Logi Options+
- World Clock Pro
- Sensei
- Bartender
- Gifox
for General Dev
- Xcode
- Homebrew
- Oh My Zsh
galaxy
terminal theme- nvm
- node
- npm
for Web Dev
Installing multiple PHP versions, including unsupported versions (Feb 2023):
brew update
brew tap shivammathur/php
brew install shivammathur/php/[email protected]
brew install shivammathur/php/[email protected]
brew install shivammathur/php/[email protected]
// Use PHP 7.2
brew link shivammathur/php/[email protected]
// Switch to PHP 7.4
brew unlink php
brew link shivammathur/php/[email protected]