1
0
mirror of https://github.com/danbee/mac-setup synced 2025-03-04 08:39:10 +00:00
Go to file
2014-05-05 15:41:38 +01:00
Brewfile Remove redundant tap line. 2014-05-05 15:31:36 +01:00
Caskfile Ensure cask is tapped before install. 2014-05-05 12:45:49 +01:00
README.md Update README with Xcode instructions. 2014-05-05 12:36:18 +01:00
setup.sh Make cask bundle dependent on successful brew bundle. 2014-05-05 15:41:38 +01:00

Mac Setup

Script and Brewfiles to setup a Mac for development.

Instructions

# Install Xcode
$ xcode-select --install
# Run script
$ curl -s https://raw.githubusercontent.com/danbee/mac-setup/master/setup.sh | sh