Git Product home page Git Product logo

ansible-role-homebrew's Introduction

superlumic-homebrew

Ansible role to install Homebrew on OSX. This role is part of the Superlumic project that aims to simplify repeat computer setups on OSX, 10.10 and up.

Requirements

  • OSX 10.10 or 10.11

Role variables

git_user_name: Your Name
git_user_email: [email protected]

Usage

Check Superlumic for documentation

License

MIT

Author

Roderik van der Veer - @r0derik

ansible-role-homebrew's People

Contributors

roderik avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

ansible-role-homebrew's Issues

git config in a seperate role

Roderik, I think that the configuration of git has nothing to do with homebrew installation and configuration. It will be cleaner to seperate this in another role.

If you agree, I'll create the necessary pull requests.

Pass flags when installing a specific package

For example, I want to install MacVim with the --with-override-system-vim flag. Currently I have something like this:

- name: install developer brew applications
  homebrew: name={{item}} state=latest
  with_items:
    - macvim
    - tmux

Thanks @roderik!

Error: A newer Command Line Tools release is available

On a fresh install, superlumic fails after ansible-role-homebrew. I'm getting this error:
Error: A newer Command Line Tools release is available.\nUpdate them from Software Update in the App Store.

In diagnosing, when I run $ brew doctor I see:
Error: You have not agreed to the Xcode license. Please resolve this by running:
sudo xcodebuild -license accept

That might be something to add to the script.

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.