• TheLemmingOP
        link
        fedilink
        English
        08 months ago

        Is it possible to tell my OS that it’s always going to have only 1 non-root user and relocate all the ~/.config into /etc?

        • @theshatterstone54@feddit.uk
          link
          fedilink
          38 months ago

          You should not do that. Things can break. Your user configurations are stored in .config and Your System configurations stored in /etc/ are used by your system. I wouldn’t recommend it.

        • vepro
          link
          fedilink
          18 months ago

          Programs may read from /etc, but it’s not recommended. Instead, I recommend having your .config directory stored somewhere, or preferably, have all configs in a git repository (often called dotfiles) and deploy them on systems for example with stow

    • @stepanzak@iusearchlinux.fyi
      link
      fedilink
      28 months ago

      It’s like .config but system wide. It stands for Editable Text Configuration. Some examples is config for Sudo, Grub, X11 or SDDM.