American_Jesus@lemm.ee to Linux@lemmy.ml · 2 年前Dotfiles matter! Please stop dumping files in users’ $HOME directories.dotfiles-matter.clickexternal-linkmessage-square21fedilinkarrow-up16arrow-down10cross-posted to: programming@programming.dev
arrow-up16arrow-down1external-linkDotfiles matter! Please stop dumping files in users’ $HOME directories.dotfiles-matter.clickAmerican_Jesus@lemm.ee to Linux@lemmy.ml · 2 年前message-square21fedilinkcross-posted to: programming@programming.dev
minus-squaregnutrino@programming.devlinkfedilinkarrow-up1·2 年前I just write my config files directly to random unused blocks on /dev/sda, filesystems are overrated.
minus-squarechaorace@lemmy.sdf.orglinkfedilinkEnglisharrow-up0·2 年前Nah, dump em’ to /tmp/ and let the user figure out the rest
minus-squarehperrin@lemmy.worldlinkfedilinkarrow-up0·2 年前I just leave all config in memory. If the user really cared, they would never reboot.
minus-squareCalcProgrammer1@lemmy.mllinkfedilinkarrow-up0·2 年前I 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