MacOS config.yml PATH in ~/.config
The ~/.config/lazygit/config.yml is not taken into account in MacOS
Tried to add some config stuff to ~/.config/lazygit/config.yml in MacOS but it didn't work out. It worked when the config was added to ~/Library/Application Support/lazygit/config.yml as it says in the docs.
Proposal
Would it be posible to add ~/.config/lazygit/config.yml as a valid path for the config in MacOS too?, taking in account some kind of priority if both are present.
Additional context
I mean, as some other software reads the config from there probably it's more friendly to have the config in ~/.config too, thinking about dealing with dotfiles, put them in a repo, maintaining etc...
I second this...I tried both
/Users/Ryan/Library/Application Support/Ryan/lazygit/config.yml
/Users/Ryan/Library/Application Support/lazygit/config.yml
/Users/Ryan/.config/lazygit/config.yml
but none of them work on my Catalina mac :\
export XDG_CONFIG_HOME="$HOME/.config"
works for me.
export XDG_CONFIG_HOME="$HOME/.config"works for me.
It worked for me too with this setup.