If you like my tips, buy me a coffee
I believe that it is my responsibility to transfer the knowledge I gathered through the years of my experience with MacOS
Install brew (brew is an alternative for APT in lunix)
run the following commands on Terminal
xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
*** The following steps can be found at the end of your brew installation
(echo; echo 'eval "$(/usr/local/bin/brew shellenv)"') >> /Users/<mac username>/.zprofile
eval "$(/usr/local/bin/brew shellenv)"
Get brew version
brew --version