I think we can respect users' `$HOME` directories and try not to pollute it with extra directories.
All we would need to do is to move the `.itch` directory to `$XDG_DATA_HOME/itch`
A default setting for an environment variable (so that users can move the directory if they so choose) would look like this:
```sh
export ITCH_HOME="$XDG_DATA_HOME"/itch
```
jboogy
1
Posts
1
Topics
A member registered Mar 09, 2022
Recent community posts
itch.io Community » itch.io » itch app Development · Created a new topic On linux we should move the '.itch' folder, and use an environment variable