Changes between Version 6 and Version 7 of jazz/20-03-30


Ignore:
Timestamp:
Apr 6, 2020, 10:34:45 AM (4 years ago)
Author:
jazz
Comment:

--

Legend:

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

    v6 v7  
    66## Note: if you get an error you might need to change the execution policy (i.e. enable Powershell) with
    77Set-ExecutionPolicy RemoteSigned -scope CurrentUser
     8
    89##
    910## https://techformist.com/install-scoop-for-command-line-nirvana/
     
    1314[environment]::setEnvironmentVariable('SCOOP_GLOBAL',$env:SCOOP_GLOBAL,'Machine')
    1415iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
     16
     17## make c:\scoop writable for different users
     18## https://superuser.com/a/584653
     19
     20icacls c:\scoop /grant Everyone:F /t
    1521
    1622scoop install -g git
     
    3642scoop install -g IntelliJ-IDEA-portable
    3743scoop install -g PyCharm-portable
    38 
    39 ## https://superuser.com/a/584653
    40 icacls c:\scoop /grant Everyone:F /t
    4144}}}