Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/5aaee9/dotfiles
- Owner: 5aaee9
- Created: 2018-06-30T02:58:31.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T05:38:03.000Z (7 months ago)
- Last Synced: 2024-06-01T06:43:37.649Z (7 months ago)
- Language: Ruby
- Size: 105 KB
- Stars: 2
- Watchers: 3
- 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"
```