home

dotfiles with ansible

2021/05/23

I’ve used stow for a while to manage my dotfiles but recently have moved to ansible.

One problem I had with stow was how to handle work and personal dotfiles. Consider gitconfig where user.email would be my personal email address for my personal machines and my work email address for my work machine. Using ansible templates to handle this using a single gitconfig template is the solution that I’m finding is working nicely for me right now.