American_Jesus@lemm.ee to Linux@lemmy.ml · 2 years agoDotfiles matter! Please stop dumping files in users’ $HOME directories.dotfiles-matter.clickexternal-linkmessage-square24fedilinkarrow-up16arrow-down10
arrow-up16arrow-down1external-linkDotfiles matter! Please stop dumping files in users’ $HOME directories.dotfiles-matter.clickAmerican_Jesus@lemm.ee to Linux@lemmy.ml · 2 years agomessage-square24fedilink
minus-squaregnutrino@programming.devlinkfedilinkarrow-up1·2 years agoI just write my config files directly to random unused blocks on /dev/sda, filesystems are overrated.
minus-squarechaorace@lemmy.sdf.orglinkfedilinkEnglisharrow-up0·2 years agoNah, dump em’ to /tmp/ and let the user figure out the rest
minus-squarehperrin@lemmy.worldlinkfedilinkarrow-up0·2 years agoI just leave all config in memory. If the user really cared, they would never reboot.
minus-squareCalcProgrammer1@lemmy.mllinkfedilinkarrow-up0·2 years agoI just hard code all config in the source code. If the user really cared, they would recompile from source.
I just write my config files directly to random unused blocks on /dev/sda, filesystems are overrated.
Nah, dump em’ to /tmp/ and let the user figure out the rest
I just leave all config in memory. If the user really cared, they would never reboot.
I just hard code all config in the source code. If the user really cared, they would recompile from source.
A suckless fan I see