At the moment default config is only setup for Windows and Linux. It will be nice to also have it setup for Mac. You can start looking from this file. https://github.com/starfixdev/starfix/blob/950b5199c90316bf5789e38d12c08ff96cf2849d/cli/src/main/java/dev/starfix/Starfix.java#L161 and also you can check these merged PRs to look at the implementations for guidance. https://github.com/starfixdev/starfix/pull/102 and https://github.com/starfixdev/starfix/pull/99
At the moment default config is only setup for Windows and Linux. It will be nice to also have it setup for Mac.
You can start looking from this file.
starfix/cli/src/main/java/dev/starfix/Starfix.java
Line 161 in 950b519
#102 and #99