An open API service indexing awesome lists of open source software.

https://github.com/tty47/osx-config

Like dotenvs, but with Ansible
https://github.com/tty47/osx-config

Last synced: about 2 months ago
JSON representation

Like dotenvs, but with Ansible

Awesome Lists containing this project

README

        

# OSX Config

## Description

Like dotenv, but with Ansible.

---

## Requirements

- brew
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
- Ansible
```bash
brew install ansible
```

---

## Installation

```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" &&\
brew install ansible &&\
make setup_debug
```
---