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

  • Obin@feddit.org
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    4 days ago

    I’m using VCSH, which allows me to split the home directory into multiple git repos without worrying about symlink consistency (like with GNU stow) or apps that have problems with symlinks.

    The syntax is exactly the same as git, only that I do (for example) vcsh emacs add -p instead of git add -p.