Previously I used symlinks to dotfiles in Dropbox but I find git a better match for dotfiles.
Chezmoi – Manage your dotfiles across multiple diverse machines, securely
11–20 of 62 posts
Re: Chezmoi – Manage your dotfiles across multiple diverse machines, securely
#12I'd rather tell the tool to watch for changes in my local files. Yes, most of them are in .config, so no big change, but still...
Matter of habbit I guess.
Re: Chezmoi – Manage your dotfiles across multiple diverse machines, securely
#13Somewhat 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
#14Similar solution for packages and other settings, just a bunch of shell script doing stuff. I tried using Ansible in the past, but maintaining a rarely used tool with many updates was too much of a hassle. At the end, the simple solution is the best one, for me.
Re: Chezmoi – Manage your dotfiles across multiple diverse machines, securely
#15I 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
Re: Chezmoi – Manage your dotfiles across multiple diverse machines, securely
#16- https://www.atlassian.com/git/tutorials/dotfiles
- https://www.ackama.com/what-we-think/the-best-way-to-store-y...
Re: Chezmoi – Manage your dotfiles across multiple diverse machines, securely
#17I 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
Main selling point of Chezmoi seems to be the "multiple diverse machines" part, which would mean multiple OSes and at least Linux/macOS/Windows.
Re: Chezmoi – Manage your dotfiles across multiple diverse machines, securely
#18Hmmz so with Chezmoi you can't edit your files directly... not very convenient. I'd rather use a bare Git repository : - https://www.atlassian.com/git/tutorials/dotfiles - https://www.ackama.com/what-we-think/the-best-way-to-store-y...
Re: Chezmoi – Manage your dotfiles across multiple diverse machines, securely
#19I started using this recently and it’s working pretty well. It’s just a porcelain around having a git repo for your home directory files (there’s one level of indirection though where files are copied to/from the repo and your actual home dir). Previously I used symlinks to dotfiles in Dropbox but I find git a better match for dotfiles.
Re: Chezmoi – Manage your dotfiles across multiple diverse machines, securely
#20I just use Ansible for this purpose. All my work machines are set up using a single, parameterized Ansible playbook.