Created
October 23, 2017 10:24
-
-
Save letientai299/711c8aef11c8b610544c5b2c02148208 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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