Skip to content

bkahlert/mac-dev-playbook

 
 

Repository files navigation

Ansible Playbook: Setup macOS as developer machine CI

Software I use as a developer.

Setup

  1. Install Xcode via the App Store or the Command Line Interface not verified yet, but this step might not be necessary
  2. Clone this repository:
    git clone https://github.com/bkahlert/mac-dev-playbook
  3. Create a copy of the default configuration and make it yours:
    cd mac-dev-playbook
    cp default.config.yml config.yml
    open config.yml
  4. Set up your machine:
    chmod +x setup
    ./setup

Troubleshoot

This project is a fork of Jeff Geerling's Mac Development Ansible Playbook.
If you experience any problems, please consult the original project's documentation.

License

MIT. See LICENSE for more details.

About

Mac setup and configuration via Ansible.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 97.6%
  • HTML 1.9%
  • Jinja 0.5%