Skip to content

Instantly share code, notes, and snippets.

@wedojava
Last active February 10, 2020 06:33
Show Gist options
  • Save wedojava/c2a506512fd89f34a135c6aa09b1284d to your computer and use it in GitHub Desktop.
Save wedojava/c2a506512fd89f34a135c6aa09b1284d to your computer and use it in GitHub Desktop.
windows init setting

GPEdit

gpedit.msc

Scoop

Install Scoop

set-executionpolicy remotesigned -scope currentuser
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')

Install Software

scoop install git
scoop bucket add extras
scoop bucket add versions
scoop install firefox sudo curl wget typora WOX everything neovim grep sed touch less go python37 sublime-text sublime-merge vscode jetbrains-toolbox

Software setting

Add Sublime Text as a context menu option by running:

reg import "C:\Users\<username>\scoop\apps\sublime-text\current\install-context.reg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment