summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-02-02 19:26:13 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-02-02 19:26:13 +0300
commit063d5f1ff8694947dfc92c8808e92de3359e4465 (patch)
tree03478ef63c1492ce7455d6afaca5c8d262509028
parentbash.md: `errexit` (diff)
downloadnotes-063d5f1ff8694947dfc92c8808e92de3359e4465.tar.gz
notes-063d5f1ff8694947dfc92c8808e92de3359e4465.zip
cygwin.md: update
-rw-r--r--cygwin.md21
1 files changed, 12 insertions, 9 deletions
diff --git a/cygwin.md b/cygwin.md
index fea50ee..5d4e6ce 100644
--- a/cygwin.md
+++ b/cygwin.md
@@ -4,18 +4,14 @@ Cygwin packages
I install those on more or less every Cygwin installation at some point or
another, so I thought it would be useful to make a complete list.
-* `autoconf`
-* `automake`
-* `bc`
* `cmake`
* `curl`
* `cygcheck-dep`
+* `diffutils`
* `dos2unix`
-* `email`
* `gcc-g++`
* `git`
* `gnupg`
-* `libtool`
* `make`
* `mingw64-i686-gcc-g++`
* `mingw64-x86_64-gcc-g++`
@@ -24,13 +20,20 @@ another, so I thought it would be useful to make a complete list.
* `openssl`
* `p7zip`
* `patch`
-* `patchutils`
* `python3`
* `rsync`
* `screen`
-* `source-highlight`
-* `sqlite3`
* `tree`
-* `unzip`
* `vim`
* `wget`
+
+Packages I sometimes find particularly useful or even essential:
+
+* `autoconf`
+* `automake`
+* `bc`
+* `email`
+* `libtool`
+* `source-highlight`
+* `sqlite3`
+* `unzip`