Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 421 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 421 Bytes

Setup

This project automates the process of setting up a my mac machine using a simple Bash script.

Getting Started

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

Notes

The script does not reinstall apps that are already on the machine.