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
- Host: GitHub
- URL: https://github.com/yukimemi/ansible-playbook
- Owner: yukimemi
- Created: 2015-07-21T13:58:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-21T08:18:22.000Z (over 7 years ago)
- Last Synced: 2025-02-05T10:13:00.389Z (4 months ago)
- Language: Shell
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```