Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/phmullins/bootstrap
- Owner: phmullins
- License: mit
- Created: 2015-01-20T22:45:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T05:32:59.000Z (about 3 years ago)
- Last Synced: 2024-05-02T01:37:13.557Z (7 months ago)
- Topics: ansible, bash, macos, mit-license, shell, unix
- Language: Shell
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes.txt
- License: license.md
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).