https://github.com/oe/mac-env
[WIP] make your brand new Mac ready for work by one script
https://github.com/oe/mac-env
Last synced: 12 months ago
JSON representation
[WIP] make your brand new Mac ready for work by one script
- Host: GitHub
- URL: https://github.com/oe/mac-env
- Owner: oe
- Created: 2017-11-28T04:21:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-01T08:53:09.000Z (about 6 years ago)
- Last Synced: 2025-07-11T11:59:23.617Z (12 months ago)
- Language: Shell
- Homepage:
- Size: 180 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Mac Dev Env Setup
You can run `mac-installer.sh` and after you getting a new MacOS by:
```sh
wget -O mac-installer.sh "https://github.com/evecalm/mac-env/raw/master/mac-installer.sh" && sudo bash mac-installer.sh
```
## Thanks to
- [Inquirer.sh](https://github.com/tanhauhau/Inquirer.sh)
## Other Similar tools
- [macOS setup script for front-end development](https://github.com/minamarkham/formation)