https://github.com/nilsding/dotfiles
Ansible playbook to install my dotfiles and applications I use
https://github.com/nilsding/dotfiles
ansible dotfiles
Last synced: about 1 year ago
JSON representation
Ansible playbook to install my dotfiles and applications I use
- Host: GitHub
- URL: https://github.com/nilsding/dotfiles
- Owner: nilsding
- Created: 2018-08-03T19:25:07.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T08:18:05.000Z (about 2 years ago)
- Last Synced: 2025-03-30T21:32:37.785Z (over 1 year ago)
- Topics: ansible, dotfiles
- Language: Jinja
- Homepage:
- Size: 81.1 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
This is an Ansible playbook for configuring a machine the way I want it to.
This includes installing applications I need, and configuring certain apps.
It's very openSUSE Tumbleweed specific as it's what I use every day for
development.
There is some macOS support in there, too.
## Usage
```
ansible-playbook -K ./dotfiles.yml
```