Dotfiles matter! Please stop dumping files in users’ $HOME directories.
Dotfiles matter! Please stop dumping files in users’ $HOME directories.
Dotfiles matter! Please stop dumping files in users’ $HOME directories.
You're viewing a single thread.
One of my greatest pet peeves is random folders appearing in my home folder. Thanks for this
Let's count them. (not including legacy or standard locations like .local, .config, or .cache, .ssh, and shell configuration files
And a couple more, non-hidden files for Go.
i can almost ignore the hidden ones, but ~/go
? no thats just rude
Why aren't all of these just normal directories under either .local (for data files) or .config (for configuration)???
Actually, I think the XDG directories should be under a single XDG directory either dotted or not (a better name would be OK with me) ~/xdg/Documents, ~/xdg/Music, ~/xdg/Pictures etc.
Documents, Music, etc actually are configurable. Just edit ~/.config/user-dirs.dirs
I also had to (under KDE)
That's the beauty: XDG compliant applications are entirely configurable using standardized environment variables.
afaik, tmux can use ~/.config/tmux/tmux.conf
or something, if ~/.tmux
is not found
Neat! Git has the same behavior.
If these were links to issues that could be reacted to, I'd totally do that.
Is it a problem to change this?