This project automates the process of setting up a my mac machine using a simple Bash script.
Open up Terminal.app and run the following commands:
mkdir -p ~/github
cd ~/github
git clone https://github.com/ronishak/setup.git
cd setup
chmod +x start.sh
./start.sh
The script does not reinstall apps that are already on the machine.