Gnu stow has finally been updated to fix a long standing issue so I can once again wholeheartedly recommend it again! It’s lightweight and uses symlinks. Last I checked, chezmoi has a symlink mode but it’s a bit worse.
Dotfiles: Unofficial Guide to Dotfiles on GitHub
31–40 of 74 posts
Re: Dotfiles: Unofficial Guide to Dotfiles on GitHub
#32the ultimate bikeshedding with dotfiles is home-manager with nix, an infinite cacophony of deep pain and enlightened pleasure
Re: Dotfiles: Unofficial Guide to Dotfiles on GitHub
#33Re: Dotfiles: Unofficial Guide to Dotfiles on GitHub
#34git-crypt allows me to protect sensitive files while still tracking them in a git repo. I don't think I'd rely on it for shared projects, but it works well for me.
Re: Dotfiles: Unofficial Guide to Dotfiles on GitHub
#35the ultimate bikeshedding with dotfiles is home-manager with nix, an infinite cacophony of deep pain and enlightened pleasure
Yes, I've gone through every style of dotfile management. Stow, bare git repo, custom script, and now nix with home-manager. Using Nix is definitely the best solution so far, largely because not only does it manage the configurations, but also installs the programs you need.
Re: Dotfiles: Unofficial Guide to Dotfiles on GitHub
#36the ultimate bikeshedding with dotfiles is home-manager with nix, an infinite cacophony of deep pain and enlightened pleasure
Re: Dotfiles: Unofficial Guide to Dotfiles on GitHub
#37Re: Dotfiles: Unofficial Guide to Dotfiles on GitHub
#38I'm using yadm for some years now, which works really well: https://github.com/TheLocehiliosan/yadm
Re: Dotfiles: Unofficial Guide to Dotfiles on GitHub
#39Re: Dotfiles: Unofficial Guide to Dotfiles on GitHub
#40The migration process was easy, and I was able to use it to replace my sim link script with it's file directives.
It also integrates well with my Nixos Systems.