Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/phmullins/bootstrap

A Bash & Ansible framework for configuring new macOS installations.
https://github.com/phmullins/bootstrap

ansible bash macos mit-license shell unix

Last synced: about 7 hours ago
JSON representation

A Bash & Ansible framework for configuring new macOS installations.

Awesome Lists containing this project

README

        

## Bootstrap

Bootstrap is my own personal automation system designed to help quickly build and configure [macOS](https://www.apple.com/osx/) installations. It can easily be modified to work with other [*nix](https://en.wikipedia.org/wiki/Unix-like) operating systems.

## Installation and Usage

Clone the repo:

```bash
git clone https://github.com/phmullins/bootstrap.git
```

You'll probably want to edit the `brewfile` as I'm sure you don't want everything installed on your system that I have installed on mine. Once you've done that you should run:

```bash
./bootstrap.sh
```
to stand up a custom macOS system.

## Author
Created by [Patrick H. Mullins](http://www.pmullins.net). You can find me on [Twitter](https://twitter.com/phmullins) and on [Telegram](https://telegram.org/) as @pmullins.

## License
Source is released under the MIT License (MIT) [license](license.md).