?? Setting Up My EPIC MacBook Pro M2 Max! ????
I have been using a MacBook Pro for about 3 years now. It has served me well and it's still working fine. I'm currently looking for a new laptop. Here are all goes into setting up my own setup for a new MacBook Pro M2 Max.
Inspired by?michaeluloth.com.?
Laptop
Is there a one command to escape problems with development on macs? Yes, it's?Command Line Tools for Xcode.?
xcode-select --install
Package Manager
How to update and uninstall apps outside of App Store? Homebrew is the answer. It's a package manager for OSX that allows you to install software with the command line.
Install it by?https://brew.sh.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"