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

https://github.com/sprql/macosc

macOS provisioning
https://github.com/sprql/macosc

ansible macos provisioning

Last synced: about 1 month ago
JSON representation

macOS provisioning

Awesome Lists containing this project

README

        

# macosc

macOS provisioning

## Installation

* Install Xcode Command Line Tools:

xcode-select --install

* Install [Homebrew](https://brew.sh):

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

* Install [Ansible](https://www.ansible.com):

brew install ansible

## Usage

Update `provisioning.yml` and run:

./macosc

## Inspired by

* https://github.com/osxc/starter
* https://github.com/siyelo/laptop
* https://github.com/geerlingguy/mac-dev-playbook