- Set an environment variable called
CMDER_ROOTto your root Cmder folder (in my caseC:\Program Files (x86)\Cmder). It seems to be important that this does not have quotes around it because they mess with concatenation in the init script. - In your IntelliJ terminal settings, use
"cmd" /k ""%CMDER_ROOT%\vendor\init.bat""as the Shell path. The double-double-quotes are intentional, as they counteract the missing double quotes in the environment variable.
If you haven't installed Homebrew yet do so by following this guide
- Open a terminal
brew install --cask xquartz, wait for it to complete the install, it should ask you for your password before beginningbrew install --cask wine-stable, this will take some time to finish so sit back and relax.
sudo apt-get install wine-stable
OlderNewer