I have a need to change the the default folder where Windows terminal is looking for settings.json file. From C:\Users%USER%\AppData\Local\Microsoft\Windows Terminal to my personal c:\tools\windowsterminal. The reason is because c:\tools is under version control and I'd like to keep it up to date to share between my several workstations.
How can I achieve this? As a workaround, maybe there is an option to start WindowsTerminal from cmd with specific parameter?
Please note, I know how to set starting directory for particular terminal, this is not what I want.