These dotfiles are highly opinionated and shamelessly copied from others and eventually adjusted to my needs and foremost to my taste.
To install/update, make sure ansible is installed and then run the main.yml
playbook:
ansible-playbook -i ansible/hosts ansible/main.yml
This playbook in principle manages ~/.config
and adds symlinks for each
object in the directory config/
there or to ~/
. It's possible to add object
to the list dotfiles_omit_configs
to have them skipped when creating symlinks.
See ansible/main.yml
for the details.
- Folke Maitre for his contributions to the Neovim ecosystem and for the nudge to also use Ansible for the dotfiles
- Jeff Geerling for his book Ansible for DevOps and the mac-dev-playbook
- Mathias Bynens for his bodacious dotfiles, his prompt style and his work on .macos
- Kevin Suttle for his dotfiles repository and his work on macOS-Defaults project
- and many more I do not remember anymore