TillerBurr / ansible-dotfiles

My dotfiles, now powered by ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My dotfiles, now powered by ansible


Languages

Language:Lua 84.5%Language:Shell 13.5%Language:PowerShell 2.0%