Last active
July 25, 2019 12:01
-
-
Save turowicz/b4d46ed6aab6f4da1508 to your computer and use it in GitHub Desktop.
Chocolatey Scripts
This file contains 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; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
choco install dotnetcore-sdk -y | |
choco install 7zip.install -y | |
choco install googlechrome -y | |
choco install sourcetree -y | |
choco install git.install -y | |
choco install visualstudiocode -y | |
shutdown /r /t 1 | |
. |
This file contains 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 Unrestricted -Force | |
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1')) | |
Set-ExecutionPolicy RemoteSigned -Force | |
choco install malwarebytes -y | |
choco install 7zip.install -y | |
choco install googlechrome -y | |
choco install paint.net -y | |
choco install steam -y | |
choco install vlc -y | |
choco install dotnet3.5 -y | |
choco install dotnet4.6.2 -y | |
choco install git.install -y | |
choco install visualstudiocode -y | |
choco install lastpass -y | |
choco install slack -y | |
choco install qbittorrent -y | |
shutdown /r /t 1 | |
. |
This file contains 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 Unrestricted -Force | |
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1')) | |
Set-ExecutionPolicy RemoteSigned -Force | |
choco install googlechrome -y | |
choco install dotnet4.6.2 -y | |
choco install git.install -y | |
choco install visualstudiocode -y | |
shutdown /r /t 1 | |
. |
This file contains 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 Unrestricted -Force | |
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1')) | |
Set-ExecutionPolicy RemoteSigned -Force | |
choco install 7zip.install -y | |
choco install googlechrome -y | |
choco install beyondcompare -y | |
choco install webpi -y | |
choco install sourcetree -y | |
choco install git.install -y | |
choco install visualstudiocode -y | |
shutdown /r /t 1 | |
. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment