Skip to content

Instantly share code, notes, and snippets.

@mattmhersh
Last active June 19, 2017 14:58
Show Gist options
  • Save mattmhersh/90f184ed989b6c39e4c31f7558ee6426 to your computer and use it in GitHub Desktop.
Save mattmhersh/90f184ed989b6c39e4c31f7558ee6426 to your computer and use it in GitHub Desktop.
Setup Developer Machine
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
choco feature enable -n allowGlobalConfirmation
choco install sublimetext3 visualstudiocode mobaxterm cmder dropbox jing nodejs mongodb -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment