DEV Community

Discussion on: How to Keep Home Directory Clean?

Collapse
 
l04db4l4nc3r profile image
Angad Sharma

The number is 139 for me. This is primarily due to some programs not adhereing to the XDG_CONFIG standards and dumping their config files in the home directory.

All configuration files should be in the ~/.config directory. If only developers made programs that adhere to this guideline.

How do you suggest I manage the files dumped on my home dir due to this annoyance?

Collapse
 
usamasubhani profile image
Usama Subhani

It's frustrating, how some developers completely ignore this standard.

For some programs, you can manually set config/cache directories in ~/.profile

For example, for zsh you can set ZDOTDIR

Not a general solution but better than nothing. I may write a post about it after some research.

Collapse
 
l04db4l4nc3r profile image
Angad Sharma

That'd be great :)