Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 686 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 686 Bytes

Overview

This set of scripts is used to install development software onto a Mac/Linux box.

Configuration

Copy your ~/.ssh/id_rsa.pub key into GitHub

Installation

Clone this repository and edit the scripts as follows

bootstrap.sh

  • change the github username and repository name to point to your cloned repository

configure-system.sh

  • change the projects you want installed; the file contains directions within it

Running the script

Syntax:
# \curl -L https://raw.github.com/YOUR-USER-NAME/workstation-setup/master/bootstrap.sh | bash

Example:
\curl -L https://raw.github.com/webcoyote/workstation-setup/master/bootstrap.sh | bash