/ansible-dotfiles

My dotfiles, now powered by ansible

Primary LanguageLua

My configuration files for Linux. I was setting up a new machine and got tired of things not installing properly/reproducibly.

Ubuntu

sudo apt install -y git

Clone the repository

git clone git@github.com:tillerburr/ansible-dotfiles.git
cd ansible-dotfiles

Install Ansible

pip3 install ansible

Run playbook

ansible-playbook --ask-become-pass --ask-vault-pass setup.yml