Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 545 Bytes

File metadata and controls

22 lines (15 loc) · 545 Bytes

Setup

This project automates the process of setting up Hacktiv8's workstations using a simple Bash script.

To get more Homebrew Cask packages search here.

Getting Started

Open up Terminal.app and run the following commands:

mkdir -p ~/github
cd ~/github
git clone https://github.com/hacktiv8/setup.git
cd setup
chmod +x start.sh
./start.sh

Notes

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