-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup on Windows #24
Comments
I have found auth.cfg.sample on GitHub - thanks. But I am still unable to establish where to save auth.cfg on my Windows installation - any advice much appreciated. |
hey you probably already figured this out, but auth.cfg needs to go in the same place for windows as for anywhere else: ~/.config/habitica. You'll probably need to use your terminal to create the .config folder if you don't have it because windows' GUI doesn't allow folders to start with periods. Also ~ means your user directory. so something like C:\Users\foo.config\habitica does that help? |
Thanks @robertpateii - @richardbrand was this helpful? I don't have a Windows box to test on, if you have more instructions that might help other Windows users please let me know and I'll update the README instructions. |
I found a workaround to the issue (kinda of) I edited my profile script of powershell (equivalent of start $PROFILE Then added this alias to habitica command $srcHabitica = (Get-Command habitica).Source
function habiticaCli(){
python $srcHabitica $args
}
New-Alias habitica habiticaCli After reopening powershell It works just how it should. λ» habitica --version
habitica version 0.0.16 |
Thank you for creating this - I have a lot of uses in mind, but I am struggling to configure on a windows box. I have tried to find the solution, but have so far failed.
I have installed it successfully with pip install habitica, but I don't know where to save the auth.cfg file and I cannot find the auth.cfg.sample file.
Any guidance would be much appreciated, thank you.
The text was updated successfully, but these errors were encountered: