Skip to content

Instantly share code, notes, and snippets.

@leighghunt
Last active April 15, 2019 03:06
Show Gist options
  • Save leighghunt/04b43e5c941584b9b74629eba9fb643c to your computer and use it in GitHub Desktop.
Save leighghunt/04b43e5c941584b9b74629eba9fb643c to your computer and use it in GitHub Desktop.

Install:

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Normal tools:

choco install 7zip atom git googlechrome -y

Dev tools:

choco install git vim vscode dotnetcore-sdk sysinternals -y

#choco install sql-server-management-studio sql-server-2017 -y
choco install sql-server-2017 -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment