Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/5aaee9/dotfiles

🔧 .files, setup my development environment
https://github.com/5aaee9/dotfiles

Last synced: 2 months ago
JSON representation

🔧 .files, setup my development environment

Awesome Lists containing this project

README

        

# Dotfiles

macOS dotfiles supported by ansible

## Deployment

```bash
ansible-galaxy role install -r requirements.yml
ansible-galaxy collection install -r requirements.yml

# Input password or random password and Touch ID with sudo patch
ansible-playbook -K -i inventory main.yml --extra-vars "@default.config.yml"
```