Skip to content

Instantly share code, notes, and snippets.

@futurist
Last active June 24, 2016 06:19
Show Gist options
  • Save futurist/0f1572fd0938272230b7046f8e191dae to your computer and use it in GitHub Desktop.
Save futurist/0f1572fd0938272230b7046f8e191dae to your computer and use it in GitHub Desktop.
win10 setup from a clean install
1. Chrome+FF
2. Chrome Extension:
New Tab Redirect
Youdao dict
3. Emacs, with .emacs.d settings ( emacs MUST RUN AS ADMINISTRATOR)
HKLM\SOFTWARE\GNU\Emacs\HOME
string key set to d:\emacs
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
32-bit DWORD value named ExtendedUIHoverTime, val: 9000(ms)
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Taskband
32-bit DWORD value named NumThumbnails, val: 0
4. Add system PATH var:
d:\shortcuts\
d:\emacs\bin\
d:\nodejs\node
d:\nodejs\npm
d:\shortcurts
5. Add keyhook.exe to startup (MUST RUN AS ADMINISTRATOR)
6. Install autoitv3, lantern, nodejs,
sublime text3(with [User settings](https://gist.github.com/futurist/6d421b5fa9b6ba357f0eb6df5f8b9836))
Office
TotalCmd
7. Swap Ctrl and Capslock: https://commons.lbl.gov/display/[email protected]/Making%2BCaps%2BLock%2Ba%2BControl%2BKey
HKEY_LOCAL_MACHINE
\System
\CurrentControlSet
\Control
\Keyboard Layout
Select Edit -> New -> Binary Value. The name of the new value is "Scancode Map".
SWAP Ctrl, Tab
00 00 00 00 00 00 00 00
03 00 00 00 1D 00 3A 00
3A 00 1D 00 00 00 00 00
Map all to Ctrl
00 00 00 00 00 00 00 00
02 00 00 00 1D 00 3A 00
00 00 00 00
8. Setting Input method: Ctrl+shift to switch
9. Font: Source Code Pro (Don't close FIREWALL, that will prevent all font install!!!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment