New Mac Setup

A list of things I install when getting started with a brand new Mac.

for Everyday

for General Dev

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]

for App Dev

for Safari


Posted

in