Last active
November 15, 2017 12:42
-
-
Save albertospelta/44e09edc7683e3ce56e00acc5cce1d46 to your computer and use it in GitHub Desktop.
My @chocolateynuget install
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 | |
Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
choco install googlechrome /y | |
choco install notepadplusplus /y --x86 | |
choco install visualstudio2017community /y | |
choco install visualstudiocode /y --params '"/NoDesktopIcon"' | |
choco install sql-server-management-studio /y | |
choco install 7zip /y | |
choco install conemu /y | |
choco install putty /y | |
choco install sysinternals /y | |
choco install vlc /y | |
choco install keepass /y | |
choco install ilspy /y | |
choco install dotpeek /y | |
choco install winscp /y | |
choco install linqpad /y | |
choco install hxd /y | |
choco install glogg /y | |
choco install fastglacier /y | |
choco install microsoftazurestorageexplorer /y | |
choco install nugetpackageexplorer /y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment