Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@lap00zza
Created October 2, 2018 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lap00zza/0af83391185866da267197c13c6bf3ea to your computer and use it in GitHub Desktop.
Save lap00zza/0af83391185866da267197c13c6bf3ea to your computer and use it in GitHub Desktop.
Setting up msys2 zsh on Webstorm can be a bit of a hassle. This script helps out with that. Download it and point terminal to it.
@echo off
set MSYSTEM=MSYS
set MSYS2_PATH_TYPE=inherit
set SHELL=/usr/bin/zsh
set MSYS=winsymlinks:nativestrict
"D:\msys64\usr\bin\zsh.exe" -i --login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment