You're viewing a single thread.
It really depends for what. I don't think nginx config should be in $HOME/.conf/
38 0 ReplyRight? It goes into ~/Documents/
SMH my head
74 0 ReplyEverything into ~/Downloads/ until the partition is full.
50 0 ReplyFirst thing I do on a new install is purge the home folder of every default folder, and symlink Downloads to another partition.
Whoever standardized that shit in there like Templates needs to be shot with a ball of their own feces.
4 5 Replyhttps://wiki.archlinux.org/title/XDG_user_directories
You can actually change those locations rather than using symlinks. I have them as subfolders in
~/xdg/
on my system.10 0 Reply
Unless it's running as your own user as part of your session.
/etc
for system-wide and~/.config
for your own user makes a lot of sense.26 0 ReplyThey want
~/etc/
in their home, which just seems like a renamed~/.config/
.6 0 Reply