diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-11 02:55:24 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-11 02:55:24 +0300 |
commit | 73d8360af93ebefe5cb604edeb02880d17725c37 (patch) | |
tree | 786fcb4f682cadeea16c255bf02bc11862cd01d3 | |
parent | windows.md: split the app list from configuration (diff) | |
download | notes-73d8360af93ebefe5cb604edeb02880d17725c37.tar.gz notes-73d8360af93ebefe5cb604edeb02880d17725c37.zip |
windows-apps.md: update
-rw-r--r-- | windows-apps.md | 42 |
1 files changed, 14 insertions, 28 deletions
diff --git a/windows-apps.md b/windows-apps.md index 6ad1168..170c256 100644 --- a/windows-apps.md +++ b/windows-apps.md @@ -8,10 +8,9 @@ another, so I thought it would be useful to make a complete list. Essential --------- -* 7-Zip +* 7-Zip (`7z`) * Associate file types and disable the "CRC SHA >" context menu entry in Tools -> Options... - * Check `where 7z`. * Far Manager * Enable Explorer integration during installation. * Google Chrome @@ -19,8 +18,7 @@ Tools -> Options... * Sublime Text 3 * SumatraPDF * Disable update checks. -* Sysinternals Suite - * Check `where procexp`. +* Sysinternals Suite (`procexp`) * TeamViewer * Disable integrated system health checks (Extras -> Options -> Advanced). * VLC @@ -42,15 +40,11 @@ Optional Special-purpose --------------- -* Ghostscript - * Check `where gswin32`/`where gswin64`. -* Graphviz - * Check `where dot`. -* ImageMagick +* Ghostscript (`gswin32`/`gswin64`) +* Graphviz (`dot`) +* ImageMagick (`convert`) * Install "legacy utilities". - * Check `where convert`. -* TeX Live - * Check `where pdflatex`. +* TeX Live (`pdflatex`) * WinSCP Development @@ -58,37 +52,29 @@ Development ### Version control -* KDiff3 +* KDiff3 (`kdiff3`) * Disable Explorer integration using CCleaner. - * Check `where kdiff3`. * WinMerge * Disable Explorer integration using CCleaner. ### C/C++ -* CMake - * Check `where cmake`. -* doxygen - * Check `where doxygen`. +* CMake (`cmake`) +* doxygen (`doxygen`) ### Haskell * Haskell Platform * `cabal update` -* Haskell Stack +* Haskell Stack (`stack`) * Update `STACK_HOME` (when installing to any directory other than the default one). - * Check `where stack`. -### Python +### Python (`python`) -* Python - * Check `where python`. - * `pip install` numpy & matplotlib from +* `pip install` numpy & matplotlib from http://www.lfd.uci.edu/~gohlke/pythonlibs/. -### Ruby +### Ruby (`ruby`) -* Ruby - * Check `where ruby`. - * Install DevKit (`dk.rb init` && `dk.rb install`). +* Install DevKit (`dk.rb init` && `dk.rb install`). |