@[email protected] to [email protected] • 6 months agoPlease use .config 😭lemmy.dbzer0.comimagemessage-square65fedilinkarrow-up1702
arrow-up1702imagePlease use .config 😭lemmy.dbzer0.com@[email protected] to [email protected] • 6 months agomessage-square65fedilink
minus-squareJeenalinkfedilinkEnglish38•6 months agoIt really depends for what. I don’t think nginx config should be in $HOME/.conf/
minus-squareu/lukmly013 💾 (lemmy.sdf.org)linkfedilinkEnglish74•6 months agoRight? It goes into ~/Documents/ SMH my head
minus-square@[email protected]linkfedilink51•6 months agoEverything into ~/Downloads/ until the partition is full.
minus-square@[email protected]linkfedilinkEnglish4•6 months agoFirst 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.
minus-squareSavvyWolfcakelinkfedilinkEnglish10•6 months agohttps://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.
minus-squareMax-Plinkfedilink26•edit-26 months agoUnless 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.
minus-square@[email protected]linkfedilink6•6 months agoThey want ~/etc/ in their home, which just seems like a renamed ~/.config/.
It really depends for what. I don’t think nginx config should be in $HOME/.conf/
Right? It goes into ~/Documents/
SMH my head
Everything into ~/Downloads/ until the partition is full.
First 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.
https://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.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.They want
~/etc/
in their home, which just seems like a renamed~/.config/
.