Skip to content

Instantly share code, notes, and snippets.

View zazke's full-sized avatar
🍯
Learning

Mitsuo Tokumori zazke

🍯
Learning
View GitHub Profile
@zazke
zazke / nix_on_windows.md
Created September 21, 2019 04:39 — forked from mrkline/nix_on_windows.md
An overview of setting up *nix tools on Windows using MSYS

*nix on Windows

Options

If you would like to use *nix tools on Windows, you have two main options:

  • Cygwin offers your typical Linux toolset (bash, ls, cd, grep, and the other core utilities) and a DLL that provides some Linux system emulation (signals, etc.). However, Cygwin tends to take the "everything but the kitchen sink" approach, so I generally prefer the second option, MSYS.