Homebrew Installation: https://brew.sh
Git Installation:
brew install gitPHP Installation:
brew unlink [email protected]
brew install [email protected]
php -vNVM Installation:
brew install nvmThen check the docs here: https://formulae.brew.sh/formula/nvm
Yarn Installation:
brew unlink [email protected]
brew extract --version 1.22.18 yarn homebrew/cask
brew install [email protected]
yarn -vComposer Installation:
brew unlink [email protected]
brew extract --version 2.1 composer homebrew/cask
brew install [email protected]