>gnu stow>home-manager>hjem>hjem + hjem rumwhich one, /g/?
>>108968095home-manager only makes sense if you use Nix or NixOSgnu stow works well for mehjem also seems like Nix contentIs Cirno suppose to imply NixOS because of Ice?
>>108968145cirno is nix os and suika is guix os it's been like this for so long that i even see it on other boards get with the program
>>108968145and Neptunia is Gentoo
>>108968260cirno is also plan9, because she is baka
>>108970460>>108968260
>>108970649at this point, plan 9 is just an excuse to be a hipster and post quirky alternative art
>>108968095neither, use .gitignore methodhttps://github.com/zanculmarktum/dotfiles
>>108968095chezmoi
>>108971455Why would I use some frog retardation when I can use a gahnoo approved solution
>>108968095>>gnu stowand guix system with nonguix
>>108968095Just make your own 30-line script.
>>108968095weird retard shit>>108970968more weird retard shitbare git repo as described here, no retard software and tricks needed, normal git usage patterns onlyhttps://www.ackama.com/articles/the-best-way-to-store-your-dotfiles-a-bare-git-repository-explained/(the non-bare repo just makes a redundant directory that has no use)make the dotfiles config git command into a shell script file in $PATH rather than bash/zshrc interactive shell fn or alias, so that you can run it from any non-interactive shell program, like vim or ranger/lf
>>108972391why do you need a 30 line script to rungit --git-dir=$HOME/.dickfiles --work-tree=$HOME pull
>>108968095It's 2
>>108973907Because I don't want git as a dependency to do the job a couple of lines of shell can do.
>>108968095stow doesnt have multi-host support, so not that one. I use home-manager on arch, because its more batteries included than hjem, hjem rum is newer so has less modules
>>108968095before nix i just had a python script that symlinked a bunch of files and the ran some command to install packages, update them and a few other things. you can do that in any language or if you hate yourself enough just use bash/zsh/fish/whatever
>>108968095GNU tools are always superior
>>108970968accidental git clean goes brr
>>108975199Satania gits clean.
>>108975199>caring about files not tracked by git
>>108975199>>108976334nope, the .gitignore method excludes untracked files$ git clean -dn # does nothing
$ git clean -dn # does nothing
>>108973888using .gitignore is normalwhile --git-dir is retarded