Just got my new 14" MacBook Pro, here are the application I installed as a Full Stack Developer
Developer Tools
- Homebrew
The Package Manager for macOS. (it also works with Linux)
Homebrew installs the stuff you need that Apple (or your Linux system) didn’t.
Homebrew should be the first one to install, it will make other installations much easier. It also installs the missing “developer tools” that usually come with Xcode.
( please don’t install anything else until you finish this. On M1 sometimes it will interfere with other installations).
Also please remember to run the 2 commands after the installation
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/username/.zprofileeval "$(/opt/homebrew/bin/brew shellenv)"
EDIT: brew explicitly asks for us to run the 2 commands after the installation, to have brew command after each restart