XDG config file doesn't seem to be read on macOS #3884
Unanswered
shamindras
asked this question in
Q&A
Replies: 1 comment 5 replies
-
You mention setting For example here is my .zshenv
Note My particular setup also assumes /etc/zshenv
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you for this fantastic software.
I've recently been updating my dotfiles, and am having issues importing my lazygit config. Specifically it looks like this when I call lazygit on my current repo using alacritty:
macOS specs
lazygit version details
Now I've read these instructions also set my
XDG_CONFIG_HOME
to~/.config
, which can be seen hereSetting XDG_CONFIG_HOME here
And importantly, I have linked my preferred lazygit
config.yml
file to$XDG_CONFIG_HOME/lazygit/config.yml
. Which can be seen here:Snippet of symlink of
.config.yml
inXDG_CONFIG_HOME
The full
config.yml
file is pasted below for reference.config.yml
It is clear that my preferred JetBrainsMono Nerd Font icons (
nerdFontsVersion: "3"
) or other settings (e.g.,border: rounded
) are not being displayed despite the above.I can confirm that
JetBrainsMono Nerd Font
and the Nerd Font icons are being displayed in alacritty, where I'm launching lazygit from:I also ensured that
~/Library/Application\ Support/lazygit/config.yml
was deleted, to avoid it being read in by default. I've restarted both my Alacritty terminal and also my entire computer to check if that fixed the issue, but it didn't.It looks like the default config.yml settings are being used by
lazygit
. Could anyone please guide me to allow lazygit to use my preferredconfig.yml
settings as above?Beta Was this translation helpful? Give feedback.
All reactions