Skip to content

Commit

Permalink
Add initial bootstrap script
Browse files Browse the repository at this point in the history
  • Loading branch information
pivotal committed Feb 16, 2018
1 parent 3fc9274 commit a29c374
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions initial-bootstrap.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

# Install x-code and accept license manually
xcode-select --install

# Install brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

0 comments on commit a29c374

Please sign in to comment.