Could you explain how to configure cmder with msys2 ?
I found this, create a new task and use:
set MSYSTEM=MINGW64 & "C:\msys64\usr\bin\bash.exe" --login -i for Mingw64 shells
and set MSYSTEM=MSYS for MSYS shells.
I found this: Integrate MSYS2 into Cmder from @zyzyz 's blog.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contribution.
This issue has been automatically closed due to it not having any activity since it was marked as stale. Thank you for your contribution.
Most helpful comment
I found this, create a new task and use:
set MSYSTEM=MINGW64 & "C:\msys64\usr\bin\bash.exe" --login -ifor Mingw64 shellsand
set MSYSTEM=MSYSfor MSYS shells.