On macOS, ink hardcodes config to ~/Library/Application Support/ink/config.toml with no override. Please honor $XDG_CONFIG_HOME when set (falling back to the current path otherwise), so users who keep dotfiles under ~/.config can use $XDG_CONFIG_HOME/ink/config.toml there too. ink config path should reflect whichever path is actually resolved.
On macOS, ink hardcodes config to
~/Library/Application Support/ink/config.tomlwith no override. Please honor$XDG_CONFIG_HOMEwhen set (falling back to the current path otherwise), so users who keep dotfiles under~/.configcan use$XDG_CONFIG_HOME/ink/config.tomlthere too.ink config pathshould reflect whichever path is actually resolved.