From 514d2b1153623daca28e5cd68d7343ee950cee58 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 10 Feb 2020 13:59:37 +0300 Subject: windows-apps.md: add choco shortcuts --- windows-apps.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/windows-apps.md b/windows-apps.md index 668cd2d..38b0714 100644 --- a/windows-apps.md +++ b/windows-apps.md @@ -8,7 +8,7 @@ another, so I thought it would be useful to make a complete list. Essential --------- -* 7-Zip +* 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 @@ -16,15 +16,16 @@ Essential * Set up the SSH server. * Far Manager * Enable Explorer integration during installation. -* Google Chrome +* Google Chrome (`choco install googlechrome`) * Don't sync history. * Disable Location Tracking, Notifications, etc. in Content Settings. -* KeePassXC +* KeePassXC (`choco install keepassxc`) +* OpenVPN (`choco install openvpn --params "'/SELECT_EASYRSA=0'"`) * Sublime Text 3 -* SumatraPDF +* SumatraPDF (`choco install sumatrapdf.install`) * Disable update checks. -* Sysinternals Suite -* VLC +* Sysinternals Suite (`choco install sysinternals`) +* VLC (`choco install vlc`) * Disable update checks. * Don't install web browser plugins. @@ -32,10 +33,10 @@ Optional -------- * Discord -* qBittorrent +* qBittorrent (`choco install qbittorrent`) * Disable update checks. * Set the downloads directory path. -* TeamViewer +* TeamViewer (`choco install teamviewer`) * Disable integrated system health checks (Extras -> Options -> Advanced). Special purpose @@ -70,5 +71,6 @@ default one). ### Python +* Python 3 (`choco install python3 --params "/InstallDir:C:\Python3"`). * `pip install` numpy & matplotlib from http://www.lfd.uci.edu/~gohlke/pythonlibs/. -- cgit v1.2.3