# Dotfiles and dependencies managed by ansible Prequesites are Python 3, PIP and ansible: ```shell sudo pacman -S python python-pip ansible ``` Bootstrap the dotfiles: ```shell ansible-playbook --ask-become-pass bootstrap.yml ```