@[email protected] to [email protected] • 2 years agoDotfiles matter! Please stop dumping files in users’ $HOME directories.dotfiles-matter.clickmessage-square153fedilinkarrow-up1680cross-posted to: [email protected]
arrow-up1680external-linkDotfiles matter! Please stop dumping files in users’ $HOME directories.dotfiles-matter.click@[email protected] to [email protected] • 2 years agomessage-square153fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilinkEnglish83•2 years agoY’know what’s worse? When there’s no dot. Worse than that, it’s an undotted directory used to store a single config file. Ugh, unpleasant memories. 😒
minus-square@[email protected]linkfedilink6•2 years agoThere’s a version control system called darcs that stores its configuration files in a _darcs/ directory in your project and it wounds my soul.
minus-squareandrewlinkfedilinkEnglish9•2 years agoThat’s just the default location for what it’s worth. You can move GOPATH wherever you want.
minus-squareunalivejoylinkfedilinkEnglish23•2 years agoThat’s not the only folder go creates. There’s also ~/sdks/go1.xy
minus-square@[email protected]linkfedilink2•2 years agoOh god, what? Is that new? Aside from the plethora of shit that are dotfiles living in ~ instead of under ~/.config, the only outlier I have at the moment is ~/go.
Y’know what’s worse? When there’s no dot. Worse than that, it’s an undotted directory used to store a single config file. Ugh, unpleasant memories. 😒
There’s a version control system called darcs that stores its configuration files in a
_darcs/
directory in your project and it wounds my soul.~/go
is one of my major pet peeves.That’s just the default location for what it’s worth. You can move GOPATH wherever you want.
Doesn’t mean the defaults shouldn’t be sane
That’s not the only folder go creates. There’s also
~/sdks/go1.xy
Oh god, what? Is that new? Aside from the plethora of shit that are dotfiles living in ~ instead of under
~/.config
, the only outlier I have at the moment is~/go
.