Skip to content

Instantly share code, notes, and snippets.

@balcsida
Last active May 26, 2018 12:06
Show Gist options
  • Save balcsida/6455d6ef5555d9267475213032b4e111 to your computer and use it in GitHub Desktop.
Save balcsida/6455d6ef5555d9267475213032b4e111 to your computer and use it in GitHub Desktop.
Provision script for Windows 10 machines
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install git.install vscode 7zip.install googlechrome notepadplusplus.install sublimetext3 -y
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment