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
- Host: GitHub
- URL: https://github.com/tty47/osx-config
- Owner: tty47
- Created: 2022-09-27T19:48:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T14:49:20.000Z (about 1 year ago)
- Last Synced: 2025-02-14T10:43:45.511Z (3 months ago)
- Language: Lua
- Size: 154 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
---