diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-10 15:04:28 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-10 15:04:28 +0300 |
commit | 2ca83ae33ca3e2bfe9451c6ebdd3479acf3d8c90 (patch) | |
tree | 4427ddb8a6945a3db04220e57ef5f189e3596bf2 | |
parent | cygwin.md: update (diff) | |
download | notes-2ca83ae33ca3e2bfe9451c6ebdd3479acf3d8c90.tar.gz notes-2ca83ae33ca3e2bfe9451c6ebdd3479acf3d8c90.zip |
windows-app.md: more choco packages
-rw-r--r-- | cygwin.md | 2 | ||||
-rw-r--r-- | windows-apps.md | 8 |
2 files changed, 5 insertions, 5 deletions
@@ -4,7 +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'`) +* chere (`chere -i -t mintty -s bash -e 'Open Cygwin here'`) * cmake * curl * cygcheck-dep diff --git a/windows-apps.md b/windows-apps.md index 38b0714..6c8ca96 100644 --- a/windows-apps.md +++ b/windows-apps.md @@ -11,10 +11,10 @@ Essential * 7-Zip (`choco install 7zip.install`) * Associate the file types in Tools -> Options... * Disable the "CRC SHA >" context menu entry on the other tab. -* Cygwin +* Cygwin (`choco install cygwin`) * Install/generate the client SSH key. * Set up the SSH server. -* Far Manager +* Far Manager (`choco install far`) * Enable Explorer integration during installation. * Google Chrome (`choco install googlechrome`) * Don't sync history. @@ -47,14 +47,14 @@ Special purpose * ImageMagick * Install "legacy utilities". * TeX Live -* WinDirStat +* WinDirStat (`choco install windirstat`) Development ----------- ### Version control -* KDiff3 +* KDiff3 (`choco install kdiff3`) * Don't install "integrations". * WinMerge |