Skip to content

Instantly share code, notes, and snippets.

@albertospelta
Last active November 15, 2017 12:42
Show Gist options
  • Save albertospelta/44e09edc7683e3ce56e00acc5cce1d46 to your computer and use it in GitHub Desktop.
Save albertospelta/44e09edc7683e3ce56e00acc5cce1d46 to your computer and use it in GitHub Desktop.
My @chocolateynuget install
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