Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am robertyoung on github.
  • I am robertyoung (https://keybase.io/robertyoung) on keybase.
  • I have a public key ASB5K6eyc9Hf8yFS40Dlyg3SV_44fIPGygTy1r1RUqACeAo

To claim this, I am signing this object:

@RobertYoung
RobertYoung / install-windows-apps.ps1
Last active August 30, 2018 10:47
First install https://chocolatey.org then run this script as administrator to install common applications
choco install googlechrome --yes
choco install git --yes
choco install sourcetree --yes
choco install docker-for-windows --yes
choco install conemu --yes
choco install nvm --yes
choco install 7zip --yes
choco install winrar --yes
choco install adobereader --yes
choco install vscode --yes