/setup-script

PowerShell script that sets up Scoop and Chocolatey

Primary LanguagePowerShellMIT LicenseMIT

Overview

  • Installs Scoop
  • Installs apps from scoop
    • 7zip
    • aria2
    • git
    • gsudo
  • Adds scoop buckets
    • extras
    • nerd-fonts
    • nonportable
  • Installs Chocolatey
  • Sets Chocolatey settings
    • enable allowglobalconfirmation
    • enable removePackageInformationOnUninstall

Run

Make sure your execution policy allows this script to run

$Url = 'https://raw.githubusercontent.com/keyansheng/setup-script/main/setup-script.psm1'
Invoke-WebRequest -UseBasicParsing $Url | Invoke-Expression
Install-ScoopAndChocolatey