Skip to content

rellyson/dotfiles

Repository files navigation

dotfiles logo

dotfiles

License ansible

This repository contains dotfiles that I use in my daily workflow.

Using ansible playbooks

All dotfiles are followed by a playbook.yml file. You can use it by running one of the commands below:

# Install extra roles via ansible-galaxy
ansible-galaxy install -r requirements.yml

# Using a inventory file
ansible-playbook <playbook-file> -i <inventory-file>

# Ask for password when using become
ansible-playbook <playbook-file> --ask-become-pass

Tools