devops-works / binenv

One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.
MIT License
372 stars 44 forks source link

feat: Added dotfile management tool chezmoi #71

Closed angrox closed 3 years ago

angrox commented 3 years ago

As a binenv user I want to add chezmoi as dotfile management tool.

chezmoi is a tool to manage your dotfiles over serveral machines. All information about chezmoi can be found on the Github webpage of the project: https://github.com/twpayne/chezmoi

leucos commented 3 years ago

Hey @angrox ! Thanks for the contribution, that's great. There is no need to change cache.json; this is done automagically by the CI. Could you restore it ?

angrox commented 3 years ago

Hey @angrox ! Thanks for the contribution, that's great. There is no need to change cache.json; this is done automagically by the CI. Could you restore it ?

Sure. I was not sure how it was generated so I did with a small shell script myself

leucos commented 3 years ago

That's great, thanks @angrox !