diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-08 23:23:23 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-08 23:23:23 +0300 |
commit | 15de698d1a6abd1d9da4befee7d54632d11ff54a (patch) | |
tree | 9055709c19e02ac004b29898a01d22ce73201f62 /cygwin.md | |
download | notes-15de698d1a6abd1d9da4befee7d54632d11ff54a.tar.gz notes-15de698d1a6abd1d9da4befee7d54632d11ff54a.zip |
initial commit (compiled from a couple of Gists)
Diffstat (limited to '')
-rw-r--r-- | cygwin.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/cygwin.md b/cygwin.md new file mode 100644 index 0000000..d45b953 --- /dev/null +++ b/cygwin.md @@ -0,0 +1,32 @@ +Cygwin packages +=============== + +I install those on more or less every Cygwin installation at some point or +another, so I thought it would be nice to make a complete list. + +* `bc` +* `cmake` +* `curl` +* `cygcheck-dep` +* `dos2unix` +* `email` +* `gcc-g++` +* `git` +* `gnupg` +* `make` +* `mingw64-x86_64-gcc-g++` +* `nano` +* `openssh` +* `openssl` +* `p7zip` +* `patch` +* `patchutils` +* `python3` +* `rsync` +* `screen` +* `source-highlight` +* `sqlite3` +* `tree` +* `unzip` +* `vim` +* `wget` |