Skip to content

Instantly share code, notes, and snippets.

@patrickse
Created June 22, 2017 13:41
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 patrickse/8ebf6d071383e1678373119d1ae8f427 to your computer and use it in GitHub Desktop.
Save patrickse/8ebf6d071383e1678373119d1ae8f427 to your computer and use it in GitHub Desktop.
My Personal Cygwin environment
@echo off
setup-x86_64.exe --root c:\cygwin ^
--arch x86_64 ^
--local-package-dir c:\cygwin\download ^
--quiet-mode ^
--packages openssh,git,git-gui,nano,vim,^
wget,tar,bzip2,subversion,curl,^
bash-completion,ca-certificates,^
rsync,unzip,make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment