Shameless plug: I am the author.

  • dan@upvote.au
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    2 months ago

    Maybe Linux should have .local and .roaming folders like Windows. local = only useful on this system, roaming = good to sync across systems. Config would be in .roaming if it’s not machine-specific.

      • dan@upvote.au
        link
        fedilink
        arrow-up
        0
        ·
        2 months ago

        There’s some stuff in~/.config that’s specific to the computer. KDE is a good example - a lot of KDE apps mix config and state in the same file. There’s some solutions for syncing these files, like https://github.com/VorpalBlade/chezmoi_modify_manager which is an addon to Chezmoi that can exclude particular INI-style keys.

        I’m sure there’s some config files in there that are entirely specific to the computer.

        There’s also things like data files that you may want to keep in sync across machines. They’re not really configs.

    • rotopenguin@infosec.pub
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months ago

      The only practical difference between Local and Roaming and LocalLow is that developers randomly pick one and dump your game saves in there.

    • jollyrogue@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      2 months ago

      There is a .local folder these days.

      Profile roaming hasn’t been solved aside from NFS mounts. I guess Syncthing might work.