https://github.com/5aaee9/dotfiles
🔧 .files, setup my development environment
https://github.com/5aaee9/dotfiles
Last synced: about 1 year ago
JSON representation
🔧 .files, setup my development environment
- Host: GitHub
- URL: https://github.com/5aaee9/dotfiles
- Owner: 5aaee9
- Created: 2018-06-30T02:58:31.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T08:29:22.000Z (over 1 year ago)
- Last Synced: 2025-04-12T23:13:58.378Z (about 1 year ago)
- Language: Ruby
- Size: 107 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```