Skip to content
This repository has been archived by the owner on May 1, 2018. It is now read-only.

dai0304/osxc-starter

 
 

Repository files navigation

starter

An osxc playbook, for Miyamoto Daisuke.

Original document is here.

Introduction

Welcome to osxc !

osxc is a simple configuration tool for OS X (in fact, it just makes it easier for you to use ansible on OS X).

You can reach our (temporarily not updated and old) website if you want to know more. But don't follow the instructions there to get started, just stay here for that !

Get started

Warning: All of this is subject to change, just be sure you're able to reach this page to see the latest instructions when it'll be updated. Don't worry though, we will not change brutally the structure of your current repo (not like we did with legacy). All we are going to do is add a CLI tool.

Additional Note: If you're installing system-wide sudo ansible-galaxy install -r requirements.yml otherwise edit ansible.cfg and comment out roles_path:./roles to install the roles in your osxc.starter fork before running Step 5.

  1. Be sure to have the XCode Command-Line tools installed: xcode-select --install
  2. Easy_install pip, and then pip install Ansible: sudo easy_install pip; sudo pip install ansible (or sudo pip install --upgrade ansible if Ansible has already been installed via pip and needs upgrading to 1.8+)
  3. While that's happening Fork original repo and then clone your fork anywhere you want on your machine: git clone https://github.com/<yourname>/starter.git ~/src/osxc; cd ~/src/osxc
  4. Take a quick look at configuration.yml and installation.yml customizing to your liking.
  5. Start osxc with ansible-galaxy install -r requirements.yml && ansible-playbook desktop.yml -K

At the end, you'll only need to repeat step 5.

Now you're ready to further tweak the configuration we gave you. Have fun ! (You may want to read the Ansible documentation in this case ...)

Learn More

If you want to get more documentation or just want to see what osxc can do for you, here's a repository list on ansible galaxy where you can find all the publicly available roles for osxc.

About

An osxc playbook, for Miyamoto Daisuke.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%