Chezmoi – Manage your dotfiles across multiple diverse machines, securely
1–10 of 62 posts
Re: Chezmoi – Manage your dotfiles across multiple diverse machines, securely
#2... with one weird trick! SecOps hate him!
Re: Chezmoi – Manage your dotfiles across multiple diverse machines, securely
#3Somewhat odd to claim managing dotfiles securely and then tell people to execute 350 lines of shell script to install it.
Re: Chezmoi – Manage your dotfiles across multiple diverse machines, securely
#4Somewhat odd to claim managing dotfiles securely and then tell people to execute 350 lines of shell script to install it.
You can also find it in your distro's repository: https://www.chezmoi.io/install/
Re: Chezmoi – Manage your dotfiles across multiple diverse machines, securely
#5I just use Ansible for this purpose.
All my work machines are set up using a single, parameterized Ansible playbook.
Re: Chezmoi – Manage your dotfiles across multiple diverse machines, securely
#6[deleted]
Re: Chezmoi – Manage your dotfiles across multiple diverse machines, securely
#7I just use Ansible for this purpose. All my work machines are set up using a single, parameterized Ansible playbook.
Clever, I'll have to look into that. I thought this was a no-brainer and that this was something everyone did some way or another. I use github for my dotfiles, also, try to keep them synchronized on my mac/pc/linux for familiarity. very simple stuff though. Also easy to pack and transport in cases where I cannot directly connect to internet.
Re: Chezmoi – Manage your dotfiles across multiple diverse machines, securely
#8I just use Ansible for this purpose. All my work machines are set up using a single, parameterized Ansible playbook.
Can you share it?
Re: Chezmoi – Manage your dotfiles across multiple diverse machines, securely
#9Somewhat odd to claim managing dotfiles securely and then tell people to execute 350 lines of shell script to install it.
Security is in the eyes of the beholder.
I was trying to find the actual program. All i found was only instructions how to install it.
Re: Chezmoi – Manage your dotfiles across multiple diverse machines, securely
#10I use Nix [1] (package manager) to handle my configurations over different systems. There is a somewhat steep learning curve, but it is perfect for my use-cases.
[1]: https://nixos.org