Skip to content

Latest commit

 

History

History
69 lines (37 loc) · 1.11 KB

windows.md

File metadata and controls

69 lines (37 loc) · 1.11 KB

Global tools

chocolatey

chocolatey for windows is like apt-get for ubuntu.

First search, then install the specific version.

Daily

sublime

choco install

  • package control
  • OmniMarkupPreviewer, use Ctrl+Alt+o to open a html preview file
  • MarkdownEditing, better look
  • spell check
    • Preferences->Settings-> User, append "spell_check": true

youdao dictionary

Clover

Clover can open multi Windows Explorer like the pages in chrome.

Programming

git

choco install

vs2015 community

Cuda v8

Since cuda v7.5 dose not support vs2015, we choose cuda v8.

python3 & python2

choco

  • virtualenv

visual studio code

cmake

System

.NET Framework 3.5 (包括 2.0 和 3.0)

This is required by many games, and we can just install by loading the iso file in windows.

dism.exe /online /enable-feature /featurename:netfx3 /Source:E:\sources\sxs

Change E to the proper one.

DirectX Repair V2.1

Fix the potential lacking DirectX files problem.

Office 2016

Firefox