wiki:jazz/20-03-30
close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

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

--

2020-03-30

SCOOP (Windows Homebrew)

$env:SCOOP='c:\scoop'
$env:SCOOP_GLOBAL='c:\scoop'
[environment]::setEnvironmentVariable('SCOOP',$env:SCOOP,'Machine')
[environment]::setEnvironmentVariable('SCOOP_GLOBAL',$env:SCOOP_GLOBAL,'Machine')
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')

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

scoop bucket add java
scoop install -g openjdk12

scoop bucket add extras
scoop install -g chromedriver
scoop install -g googlechrome

scoop install -g vscode-portable
scoop install -g eclipse-java

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