Hacker News new | ask | show | jobs
by SpaghettiCthulu 552 days ago
You should be using `~/.local/share`, `~/.config`, and other standard directories on Unix systems. macOS has its own conventions.
1 comments

You shouldn't even use those, at least hardcoded. Follow the XDG Base Directories spec: https://specifications.freedesktop.org/basedir-spec/latest/
Ah, right. Good point!