this post was submitted on 17 Sep 2023
17 points (94.7% liked)

Arch Linux

7173 readers
11 users here now

The beloved lightweight distro

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] MicroMacro@sh.itjust.works 6 points 1 year ago (6 children)

/etc and ~/.config in priority

[–] iHUNTcriminals@lemm.ee 2 points 1 year ago (5 children)

What is typically stored in /etc ?

[–] vepro@iusearchlinux.fyi 7 points 1 year ago (1 children)

System wide configuration files

[–] u202307011927@feddit.de 0 points 1 year ago (2 children)

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 3 points 1 year 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@iusearchlinux.fyi 1 points 1 year 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

load more comments (3 replies)
load more comments (3 replies)