Skip to content

Instantly share code, notes, and snippets.

@RuchirChawdhry
Last active April 12, 2024 20:12
Show Gist options
  • Save RuchirChawdhry/9e03ad1d59da06f6e5a14611c13f7cb7 to your computer and use it in GitHub Desktop.
Save RuchirChawdhry/9e03ad1d59da06f6e5a14611c13f7cb7 to your computer and use it in GitHub Desktop.
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
iwr -useb get.scoop.sh | iex
scoop install aria2
scoop config aria2-warning-enabled false
scoop install 7zip
scoop install git
scoop install nodejs
scoop bucket add extras
$apps = @("bitwarden", "listary", "signal", "github", "vscode", "raindrop.io", "notion", "powertoys")
foreach ($app in $apps) {
scoop install $app
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment