Skip to content

Instantly share code, notes, and snippets.

@damienpontifex
Last active June 24, 2018 07:59
Show Gist options
  • Save damienpontifex/cecc18d4263ca6912b98a333544a485e to your computer and use it in GitHub Desktop.
Save damienpontifex/cecc18d4263ca6912b98a333544a485e to your computer and use it in GitHub Desktop.
# Run via
# iex ((New-Object System.Net.WebClient).DownloadString('https://gist.githubusercontent.com/damienpontifex/cecc18d4263ca6912b98a333544a485e/raw/initial-setup.ps1'))
Set-ExecutionPolicy Bypass -Scope Process -Force;
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install googlechrome vscode git powershell-core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment