/macsetup

Minimal development setup for Mac OS X El Capitan

Primary LanguageShellMIT LicenseMIT

MacSetup Build Status

Minimal development setup for Mac OS X El Capitan

Usage

$ curl -fsSL https://github.com/dylantyates/macsetup/blob/master/bin/osx-setup.sh | sh

Testing

Install bats-core

$ brew install bats-core
$ cd bin

$ bats unit-tests.bats

### Example Output ###
✓ Ruby is installed
✓ Brew is installed
✓ Git is installed
✓ Node.js is installed

4 tests, 0 failures

Development

See CONTRIBUTING

History

See CHANGELOG

Credits

See AUTHORS

License

See LICENSE