Last active
October 22, 2020 11:15
-
-
Save jvegaf/98beb446ce19240de008be7b3247bb3b to your computer and use it in GitHub Desktop.
chocolaey-setup-2019
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
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')) | |
cinst visualstudiocode -y | |
cinst intellijidea-ultimate -y | |
cinst nodejs -y | |
cinst yarn -y | |
cinst docker-desktop -y | |
cinst gitkraken -y | |
cinst sublimetext3 -y | |
cinst git -y | |
cinst mysql.workbench -y | |
cinst etcher -y #write images on sd for raspberry pi | |
cinst 7zip -y | |
cinst cmder -y | |
cinst libreoffice -y | |
cinst python3 -y | |
cinst openjdk11 -y | |
cinst vlc -y | |
cinst teamviewer -y | |
cinst github -y --ignorechecksums | |
cinst qbittorrent -y | |
cinst inkscape -y --ignorechecksums |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment