cjhveal / dotfiles

portable configuration files
MIT License
15 stars 0 forks source link

Install & Provisioning revamp #15

Open cjhveal opened 8 years ago

cjhveal commented 8 years ago

Tried using homeshick and found it to be pretty unwieldy. Don't want separate repos for different dotfiles, but I do eventually want the configs to be modular. (eg. user could pick zsh, git, vim, osx or maybe bash, git, debian)

Ansible seems really promising for handling both symlinking and arbitrary provisioning jobs. Playbook roles look like they fit into the above modular requirement really well.

inspiration