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

https://github.com/yukimemi/ansible-playbook

Mac provisioning by ansible and homebrew
https://github.com/yukimemi/ansible-playbook

Last synced: 2 months ago
JSON representation

Mac provisioning by ansible and homebrew

Awesome Lists containing this project

README

        

Mac provisioning by Homebrew and Ansible
========================================

1. Install Xcode.
-----------------
```sh
sudo xcodebuild -license
```

2. Install command-line tool.
-----------------------------
```
xcode-select --install
```

3. Copy and paste in terminal.
------------------------------
```sh
curl -L http://git.io/yukimemi-ansible | sh
```