Skip to content

Instantly share code, notes, and snippets.

@fatihtatoglu
Last active May 21, 2020 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatihtatoglu/0382aff200324aef3b09de51064c7024 to your computer and use it in GitHub Desktop.
Save fatihtatoglu/0382aff200324aef3b09de51064c7024 to your computer and use it in GitHub Desktop.
Creating Minimal Development Machine
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'));
choco install autohotkey googlechrome sysinternals everything notepadplusplus fiddler filezilla mremoteng git dotnetcore-sdk nodejs vscode vscode-intellicode vscode-csharp vscode-powershell vscode-markdownlint vscode-csharpextensions vscode-icons sql-server-management-studio winrar slack -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment