My personal MacOS configuration, for new devices both personal and professional.
Install the Xcode CLI & development tools.
xcode-select --install
The following command will prompt you for your desired Git configuration and configure & install the software defined in the install.sh
script.
bash <(curl -s https://raw.githubusercontent.com/ridafkih/setup.macos/main/install.sh)