An open API service indexing awesome lists of open source software.

https://github.com/suzuki-shunsuke/mac-boot

shell script to set up Mac OS X
https://github.com/suzuki-shunsuke/mac-boot

macos

Last synced: 9 months ago
JSON representation

shell script to set up Mac OS X

Awesome Lists containing this project

README

          

# mac-boot

Set up Mac OS X.

## Requirements

* curl or wget
* python 2

## Run

```
$ curl https://raw.githubusercontent.com/suzuki-shunsuke/mac-boot/master/install | bash -e
```

or

```
$ wget -qO - https://raw.githubusercontent.com/suzuki-shunsuke/mac-boot/master/install | bash -e
```