-
-
Notifications
You must be signed in to change notification settings - Fork 593
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
Set MacOS config directory to ~/.config #379
Conversation
I am going to wait with anything that is non |
Oki, that makes sense. I will look into the |
@remique don't get me wrong any contribution is appreciated❤️. I will just not merge them before the next release |
@remique that took way longer to come back to than I hoped. |
I can't wait to see this merged :) |
Sorry for the delay guys :) |
@remique yeah you can merge commits using git rebase (squash) |
Hello again :) This fixes #317. I have noticed that no one is working on it, and it seems relatively easy to fix.
Everyone in #317 agreed that Mac config should be kept inside
~/.config/
instead of~/Library/Application Support/
.So now gitui config files will be kept inside:
~/.config
~/.config
or$XDG_CONFIG_HOME
{FOLDERID_RoamingAppData}
Did not test it on anything but Mac though.