Git Product home page Git Product logo

starter's Introduction

starter

An osxc playbook, ready to be forked !

Warning: This version of osxc is not compatible with the old one (called now legacy), you'll have to copy some old roles locally in order to make a smooth transition. On the other side, you can still use legacy and we will continue to accept your pull requests on legacy.

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 this 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

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.

starter's People

Contributors

lukeorland avatar ninjabong avatar rricard avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.