Skip to content

Instantly share code, notes, and snippets.

@phamquocbuu
Last active October 1, 2020 02:51
Show Gist options
  • Save phamquocbuu/102ac85cc648696b4e9e to your computer and use it in GitHub Desktop.
Save phamquocbuu/102ac85cc648696b4e9e to your computer and use it in GitHub Desktop.
Run Cygwin from Sublime Text 3 with Terminal package
{
"terminal": "\\cygwin\\bin\\mintty.exe" // path to mintty.exe
, "parameters": ["-e", "/bin/xhere", "/bin/bash.exe", "%L"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment