Run this command from your PowerShell to install scoop with default configuration, scoop will be install to C:\Users\<user>\scoop
.
Typical Installation
iwr -useb 'https://raw.githubusercontent.com/tryscoop/install/master/install.ps1' | iex
Advanced Installation
If you want to have an advanced installation, for example install scoop to a custom directory. You can download the installer and manually execute it with parameters.
iwr -useb 'https://raw.githubusercontent.com/tryscoop/install/master/install.ps1' -outfile 'install.ps1'
.\install.ps1 -ScoopDir 'D:\Applications\Scoop' -ScoopGlobalDir 'F:\GlobalScoopApps' -NoProxy
To see all configurable parameters of the installer.
.\install.ps1 -?