Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 696 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 696 Bytes

Stage-One

This is a shell script to setup a box for development.

This was inspired and uses parts of the Laptop script made by the awesome people at Thoughtbot.

A lot of the shell-fu that is used in this script is stolen from the above mentioned script!

Requirements

This script currently has only one version which works on:

  • OS X
    • using the awesome Homebrew package manager
    • and Cask for larger binaries

Install

curl --remote-name https://raw.githubusercontent.com/forkata/stage-one/master/brew
less brew
sh brew 2>&1 | tee ~/stage-one.brew.log