This guide will help you set up your new machine with all the tools you will need.
Installing Git
- Download the latest Git for Mac installer.
- Follow the prompts to install Git.
- Verify that git is installed by running
git --version
Clone the toolbox repo and run the script
- Clone the toolbox repo by running
git clone https://github.com/zach-andrews/ToolBox.git
- Move in to the setup repo under tool box
cd ToolBox/Setup
- Make sure the setup script is executable
chmod +x mac.sh
- Run the setup script
./mac.sh