Hey guys! Is there a way for me to force apps to treat e.g. $HOME/.config/ as their default directory to look for settings? I want to clear up my home directory because its getting quite messy and I don’t even have that many packages installed yet.

Also, any way that would be easy and efficient for use with git for the purpose of backing up my dotfiles.

Thanks!

  • KindaABigDyl@programming.dev
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    1 year ago

    No. Some applications won’t change even if you’d make the PR for them, simply because they don’t want to change legacy features.

    For instance, the bash maintainers have refused to put .bashrc into .config/ and to even allow the option to move it.

    xdg ninja can help move some stuff out of your home dir tho

  • hschen@sopuli.xyz
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    edit-2
    1 year ago

    https://wiki.archlinux.org/title/XDG_Base_Directory#Support, the situation is crap tbh and alot of devs refuse to even give you the option of switching to XDG standards for some reason. I started using flatpaks for most of my programs just to escape this.

    I do know XDG standards are messy for devs to implement but at least have everything in .config or .local instead of spewing it across my home folder

    • devfuuu@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      1 year ago

      I’ve seen developers complain that xdg is not a true standard and it only works on linux, which at that point I wanna start slapping people around.

  • doomkernel@sopuli.xyz
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    There this program call xdg-ninja which tells you how to change the settings of various packages that live in $HOME.

    Is not a perfect though because you’ll have to do all changes manually but its the best I can think about. Hope its helps!

  • Klaymore@sh.itjust.works
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    What ended up happening with me was I just have all my stuff in a separate /stuff partition. That way I don’t need to worry about dotfiles cluttering up my actual data. I also use NixOS Home-Manager to manage my dotfiles for things like git and vscodium.

    • cyanarchy@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      I’m a recent transplant from windows to linux and I saw this coming. My Documents is not reserved for documents that are actually mine, I had no expectation /home would be any different, and it seems I was correct. Other than some things I want quick access to (downloads, notes, scripts) I keep everything I care about organized under /data.

  • sqraw@lemmy.ca
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Might be worth looking into immutable distros (nix, guix) and their home management systems, or containerised apps (flatpak, where you can inject config). A lot of tools are hardcoded to non standard locations so it’s kind of a losing battle by default. A similar strategy would be to use permissions or mount certain folders as read only.

    • Klaymore@sh.itjust.works
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      Yeah, Nix(OS) with Home-Manager is great for managing dotfiles. Impermanence is also nice but a bit more complicated.

    • Sharmat@beehaw.org
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      1 year ago

      Adding VanillaOS as well, saw it a few days ago and it seems like a pretty decent immutable distro too.

  • jerry@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    You can specify that in most setups, I’d reinstall and try that. Backing up your .config to git is super easy.