diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-10 09:01:15 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-10 09:01:15 +0300 |
commit | 026d88dc8b6dd98d8e15cce59285be844f237fc3 (patch) | |
tree | 961eb0a14632b4a4e0b563659efad712cff29659 /windows.md | |
parent | cygwin.md: update (diff) | |
download | notes-026d88dc8b6dd98d8e15cce59285be844f237fc3.tar.gz notes-026d88dc8b6dd98d8e15cce59285be844f237fc3.zip |
windows.md: reorganize apps
Diffstat (limited to '')
-rw-r--r-- | windows.md | 42 |
1 files changed, 28 insertions, 14 deletions
@@ -33,6 +33,15 @@ Optional * CCleaner * Disable "system monitoring" & "Active Monitoring". * Disable update checks. +* qBittorrent + * Set downloads directory path. +* Skype + * Disable automatic startup. +* WinDirStat + +Special-purpose +--------------- + * Ghostscript * Check `where gswin32`/`where gswin64`. * Graphviz @@ -40,44 +49,49 @@ Optional * ImageMagick * Install "legacy utilities". * Check `where convert`. -* qBittorrent - * Set downloads directory path. -* Skype - * Disable automatic startup. * TeX Live * Check `where pdflatex`. -* WinDirStat * WinSCP Development ----------- +### Version control + +* 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`. + +### Haskell + * Haskell Platform * `cabal update` - * Set `user-install: False` in "%APPDATA%\cabal\config" (optional). - * `cabal install hlint hoogle ShellCheck` (optional). * Haskell Stack * Update `STACK_HOME` (when installing to any directory other than the default one). * Check `where stack`. -* KDiff3 - * Disable Explorer integration using CCleaner. - * Check `where kdiff3`. + +### Python + * Python * Check `where python`. * `pip install` numpy & matplotlib from http://www.lfd.uci.edu/~gohlke/pythonlibs/. + +### Ruby + * Ruby * Check `where ruby`. * Install DevKit (`dk.rb init` && `dk.rb install`). -* WinMerge - * Disable Explorer integration using Edit -> Options... -> Shell -Integration (possibly using CCleaner too). - * View -> Select Font... Configuration ============= |