mirror of
https://github.com/danbee/mac-setup
synced 2025-03-04 08:39:10 +00:00
12 lines
216 B
Markdown
12 lines
216 B
Markdown
## Mac Setup
|
|
|
|
Script and Brewfile to setup a Mac for development.
|
|
|
|
## Instructions
|
|
|
|
1. Run the setup script with:
|
|
|
|
```sh
|
|
$ sh <( curl -s https://raw.githubusercontent.com/danbee/mac-setup/master/setup.sh )
|
|
```
|