mariuskimmina.dotfiles
Ansible Role: Dotfiles
Installs a set of dotfiles from a given Git repostiory. By default it will use my dotfiles repo but you can easily change it to use yours. Works for all dotfile repos that follow the stow format (blog post).
Usage
- Change the
dotfiles_repovariable indefaults/main.ymlto point to your dotfiles repo - Create a playbook with this Role
- Run the playbook
Dependencies
None
Example playbook
---
- hosts: localhost
roles:
- { role: mariuskimmina.dotfiles }
become: true
Tests
Fully tested on:
- Fedora 36
- Ubuntu 20.04
Credits
Inspired by: https://github.com/geerlingguy/ansible-role-dotfiles
The main difference between the original project and this one is the usage of stow.
About
Dotfile installation for UNIX/Linux using stow.
Install
ansible-galaxy install mariuskimmina.dotfilesLicense
mit
Downloads
165
Owner
Software Engineer | Open-Source Contributor
