Last active
September 2, 2020 12:22
-
-
Save calexandre/028fcf957e415b7045bad5c9d29138f0 to your computer and use it in GitHub Desktop.
My windows scoop packages
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
# 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