This set of scripts is used to install development software onto a Mac/Linux box.
Copy your ~/.ssh/id_rsa.pub key into GitHub
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
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