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
- Host: GitHub
- URL: https://github.com/sprql/macosc
- Owner: sprql
- License: mit
- Created: 2017-04-28T17:29:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-13T07:39:33.000Z (almost 8 years ago)
- Last Synced: 2025-01-28T00:15:03.664Z (3 months ago)
- Topics: ansible, macos, provisioning
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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