wiki:jazz/20-03-30

Version 3 (modified by jazz, 4 years ago) (diff)

--

2020-03-30

SCOOP (Windows Homebrew)

[environment]::SetEnvironmentVariable('SCOOP','C:\SCOOP','User')

Set-ExecutionPolicy RemoteSigned -scope CurrentUser
iwr -useb get.scoop.sh | iex

scoop install git
scoop install python aws
scoop install nodejs
scoop install maven ant gradle
scoop install gcc make
scoop install sbt
scoop install openssh
scoop install busybox
scoop install nmap-portable

scoop bucket add java
scoop install openjdk12

scoop bucket add extras
scoop install chromedriver
scoop install googlechrome

scoop install vscode-portable
scoop install eclipse-java

scoop bucket add jetbrains
scoop install IntelliJ-IDEA-portable
scoop install PyCharm-portable