Skip to content

Instantly share code, notes, and snippets.

@calexandre
Last active September 2, 2020 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save calexandre/028fcf957e415b7045bad5c9d29138f0 to your computer and use it in GitHub Desktop.
Save calexandre/028fcf957e415b7045bad5c9d29138f0 to your computer and use it in GitHub Desktop.
My windows scoop packages
# Add scoop buckets
scoop bucket add extras
scoop bucket add scoop-completion https://github.com/Moeologist/scoop-completion
# Install scoop packages
scoop install 7zip
scoop install starship
scoop install keepass
scoop install keepass-plugin-keeanywhere
scoop install openssl
scoop install grep
scoop install powertoys
scoop install util-linux-ng
scoop install psutils
scoop install scoop-completion
# Install chocolatey packages
choco install linkshellextension
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install linkshellextension
choco install dotnetcore-runtime
sudo choco install dotnetcore-runtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment