-
Notifications
You must be signed in to change notification settings - Fork 29
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
Config file not in the designated place on MacOS #23
Comments
Hey. Flavours uses the dirs library for the default directories. I'm not really sure how MacOS' home directories are structured, but is I'll make this change and try to include some docs about the default directories on other OSes, if you think that solves the problem. About using custom config or data directory paths, you can specify |
Thanks for trying out flavours and for your feedback too <3 |
I personally have a
Indeed, and I set an alias for flavours using those:
but I'd rather it be set with an environment variable. I hope all this makes sense; thanks for the quick response. Really glad to contribute to making this even better. |
Sure thing, i'll add env vars for these, then |
Just implemented this. You can now use the environment variables (Let me know if it works ok) |
Is it possible to test this change using |
Haha don't worry. Yes, the way to test the changes before i release a new version is cloning the repository, cd'ing into it, and building with You can easily build with You can also build & run with You can even run |
Thanks, I'll try it out then! |
Updated usage gif Added nixpkg link Added info about env vars (#23) Added link to Snider's video series Fix broken example links
Sorry for commenting on an old issue but on macos it seems like the custom schemes and templates folder don't work. Any chance at an env var for the config directory instead of file? |
As mentioned, I'm on MacOS.
Expected:
what is shown in the help message when
flavours
is run on its own, that is:~/.config/flavours/config.toml
,~/.local/share/flavours
,Got:
~/Library/Application Support/flavours/
That wouldn't be a problem except for the fact that the help message is misleading and I cannot figure out how to change the config and data files to their rightful place.
Really liking the project apart from that, thanks!
The text was updated successfully, but these errors were encountered: