https://github.com/outrigdev/outrig/blob/55abc899511818c4eb4801cc1115f51fca30ee69/pkg/config/config.go#L31 Dont's hardcode home to `.config/outrig`, instead, these method are recommended: - use [xdg](https://github.com/adrg/xdg) to auto infer config path - provide an environment variable such as `OUTRIG_HOME` to specific home directory