diff options
-rw-r--r-- | cygwin.md | 21 |
1 files changed, 12 insertions, 9 deletions
@@ -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` |