saser / dotfiles

Dotfiles for my various computers
0 stars 0 forks source link

Refactor to use Ansible #8

Open saser opened 5 years ago

saser commented 5 years ago

I have the seen the light, and the light spelled "Ansible".

All of my dotfiles should eventually be specified using an Ansible playbook, and with Ansible roles for each part of my configuration. This will make using my dotfiles even more of a "1 click installation" experience, since Ansible is able to install packages (for both apt and pacman), make sure directories exist, create symlinks, deploy templates, specify everything using variables, conditional execution of tasks, etc. That is awesome.

saser commented 5 years ago

alacritty: done in #9.

saser commented 5 years ago

bspwm: done in #17.

saser commented 5 years ago

emacs: done in #18.

saser commented 5 years ago

git: done in #19.