Last active
September 30, 2019 01:17
-
-
Save nhtzr/9276e1a7d3ec51aca69ebc177439916b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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