lemnos / tt

A terminal based typing test.
MIT License
714 stars 48 forks source link

HOME environment variable should be USERPROFILE Windows #49

Open bauersimon opened 5 months ago

bauersimon commented 5 months ago

Thanks for the windows build! I see that the initialization is trying to figure out my home directory on windows using HOME but that variable does not exist on windows.

Results in an ERROR: Could not resolve home directory..

USERPROFILE could be used instead.

bauersimon commented 5 months ago

Realized now that there is already a PR that fixes this: https://github.com/lemnos/tt/pull/46.

bauersimon commented 5 months ago

Next problem I'm running into is ERROR: azu does not appear to be a valid theme so there seems to be some problem with the config management.