blob: 53a44fb057e9d10e69d8ca615b6b4caac442394f (
plain) (
tree)
|
|
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
* chere (`chere -i -t mintty -s bash -e 'Open Cygwin here'`)
* cmake
* curl
* cygcheck-dep
* diffutils
* dos2unix
* gcc-g++
* git
* gnupg
* libtool
* make
* mingw64-i686-gcc-g++
* mingw64-x86_64-gcc-g++
* nano
* openssh (`ssh-host-config`)
* openssl
* p7zip
* patch
* python3
* rsync
* screen
* tree
* vim
* unzip
* wget
```
choco install --source=cygwin autoconf automake bc chere cmake curl cygcheck-dep diffutils dos2unix gcc-g++ git gnupg libtool make mingw64-i686-gcc-g++ mingw64-x86_64-gcc-g++ nano openssh openssl p7zip patch python3 rsync screen tree vim unzip wget
```
Packages I sometimes find particularly useful or even essential:
* email
* source-highlight
* sqlite3
|