Hello, i would like to know how you manage your dotfiles.
Do you use some gui or tui?
There are many ways i don’t what to do.
Probably im going to do git repo with lazygit. I like tuis. I am managing files on two artix linux systems 1- pc and 2- laptop


Don’t think too hard on it. Just use git. For example, I have a repo called handy-scripts that hosts all my dotfiles. I just check that out into
${HOME}/projects/handy-sciptsand then symlink everything from where it’s expected to its corresponding place in the repo.As you make modifications, remember to occasionally do a
git pull --rebase && git commit -m WIP && git pushso that all your devices are synced up.