Y
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
zamalek
552 days ago
You shouldn't even use those, at least hardcoded. Follow the XDG Base Directories spec:
https://specifications.freedesktop.org/basedir-spec/latest/
link
SpaghettiCthulu
552 days ago
Ah, right. Good point!
link