Skip to content

Instantly share code, notes, and snippets.

@jinwoo-jeon0
Last active February 21, 2024 23:42
Show Gist options
  • Save jinwoo-jeon0/73bab5f399b029ed3c4d576c61f65fc2 to your computer and use it in GitHub Desktop.
Save jinwoo-jeon0/73bab5f399b029ed3c4d576c61f65fc2 to your computer and use it in GitHub Desktop.
depreacted
:: Install Cygwin through scoop(http://scoop.sh/)
:: install-scoop.cmd (https://gist.github.com/jinwoo-jeon0/c503487e4f13c7c680d53d58750873b9)
scoop install cygwin
:: Install zsh, git and curl for oh-my-zsh(https://github.com/robbyrussell/oh-my-zsh).
%USERPROFILE%\scoop\apps\cygwin\current\setup-x86_64.exe --no-admin --no-shortcuts --no-desktop --quiet-mode --packages git,curl,zsh
:: Run Cygwin with zsh
:: %USERPROFILE%\scoop\apps\cygwin\current\root\bin\mintty.exe -i /Cygwin-Terminal.ico /bin/zsh --login
@jinwoo-jeon0
Copy link
Author

Use WSL instead of Cygwin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment