Ask HN: How do you manage your dotfiles?
What tools or methods do you use to manage your dotfiles? I'm Currently using dotbot[0], but I'm moving to a new machine soonish and want to take the opportunity to think about other avenues.
[0] https://github.com/anishathalye/dotbot
1 comment
[ 0.15 ms ] story [ 12.3 ms ] threadIf by dotfiles you mean variables that change per environment yet remain idempotent or monkey-patch and have to be maintained by others I would make it part of an Ansible deployment using the secrets storage or whatever the company or group uses as a standard configuration management system and secrets management so I guess it depends on ones use-case. Application dotfiles may contain secrets so they need to be stored in that environments secure storage and provably never leave that environment.