Skip to content

Instantly share code, notes, and snippets.

@nhtzr
Last active September 30, 2019 01:17
Show Gist options
  • Save nhtzr/9276e1a7d3ec51aca69ebc177439916b to your computer and use it in GitHub Desktop.
Save nhtzr/9276e1a7d3ec51aca69ebc177439916b to your computer and use it in GitHub Desktop.
$env:SCOOP_GLOBAL='D:\ProgramData\scoop'
[Environment]::SetEnvironmentVariable('SCOOP_GLOBAL', $env:SCOOP_GLOBAL, 'Machine')
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
iwr -useb get.scoop.sh | iex
scoop install 7zip git openssh aria2 curl grep sed less touch --global
scoop bucket add extras
scoop install imageglass paint.net firefox vlc vcredist2015 --global
scoop install googlechrome --global
scoop install neovim deluge discord steam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment