diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-10 14:47:51 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-10 14:49:53 +0300 |
commit | a2c705d711f806d7b92b043812969e5fdd060812 (patch) | |
tree | ddc728125bf3e2677603f53ab05dea1c139f0321 /cygwin.md | |
parent | windows-apps.md: add choco shortcuts (diff) | |
download | notes-a2c705d711f806d7b92b043812969e5fdd060812.tar.gz notes-a2c705d711f806d7b92b043812969e5fdd060812.zip |
cygwin.md: update
Diffstat (limited to '')
-rw-r--r-- | cygwin.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -4,6 +4,7 @@ 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. +* chere (`chere -i -t mintty -s 'Open Cygwin here'`) * cmake * curl * cygcheck-dep @@ -16,7 +17,7 @@ another, so I thought it would be useful to make a complete list. * mingw64-i686-gcc-g++ * mingw64-x86_64-gcc-g++ * nano -* openssh +* openssh (`ssh-host-config`) * openssl * p7zip * patch @@ -25,8 +26,13 @@ another, so I thought it would be useful to make a complete list. * screen * tree * vim +* unzip * wget +``` +choco install --source=cygwin chere cmake curl cygcheck-dep diffutils dos2unix gcc-g++ git gnupg 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: * autoconf @@ -36,4 +42,3 @@ Packages I sometimes find particularly useful or even essential: * libtool * source-highlight * sqlite3 -* unzip |