Skip to content

Instantly share code, notes, and snippets.

@letientai299
Created October 23, 2017 10:24
Show Gist options
  • Save letientai299/711c8aef11c8b610544c5b2c02148208 to your computer and use it in GitHub Desktop.
Save letientai299/711c8aef11c8b610544c5b2c02148208 to your computer and use it in GitHub Desktop.
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
scoop install git
scoop update
scoop bucket add extras
scoop install oraclejdk
scoop install jetbrains-toolbox
scoop install curl
scoop install nodejs
scoop install python
scoop install clink
scoop install vscode
scoop install yarn
scoop install wget
scoop install putty
scoop install ripgrep
scoop install gradle
scoop install maven
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment