Changes between Initial Version and Version 1 of jazz/20-03-30


Ignore:
Timestamp:
Mar 30, 2020, 1:03:34 PM (4 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/20-03-30

    v1 v1  
     1= 2020-03-30 =
     2
     3== SCOOP (Windows Homebrew) ==
     4
     5{{{
     6Set-ExecutionPolicy RemoteSigned -scope CurrentUser
     7iwr -useb get.scoop.sh | iex
     8
     9scoop install git
     10scoop install python aws
     11scoop install nodejs
     12scoop install maven ant gradle
     13scoop install gcc make
     14scoop install sbt
     15scoop install openssh
     16scoop install busybox
     17scoop install nmap-portable
     18
     19scoop bucket add java
     20scoop install openjdk12
     21
     22scoop bucket add extras
     23scoop install chromedriver
     24scoop install googlechrome
     25
     26scoop install vscode-portable
     27scoop install eclipse-java
     28
     29scoop bucket add jetbrains
     30scoop install IntelliJ-IDEA-portable
     31scoop install PyCharm-portable
     32}}}