dotfiles-ansible/README.md

24 lines
485 B
Markdown
Raw Normal View History

2021-11-05 20:50:48 +01:00
## dotfiles v2
2021-07-18 02:07:34 +02:00
This is the continuation of [my old dotfiles](https://git.disroot.org/FollieHiyuki/dotfiles), now contains only stuff I really need.
2021-11-05 20:50:48 +01:00
Managed with `ansible`.
### 🧰 Setup
```bash
ansible-playbook -i hosts dotfiles.yml
```
### 📓 Notes
2021-11-05 20:50:48 +01:00
I use Alpine-edge aka. the best binary distro on Earth 😃. Therefore some tasks won't work on other distros (eg. `apk` tasks)
2021-11-05 20:50:48 +01:00
### 🌟 Credits
2021-11-07 09:41:20 +01:00
- [eoli3n/dotfiles](https://github.com/eoli3n/dotfiles)
2021-11-05 20:50:48 +01:00
### 📄 License
MIT