Skip to content

Instantly share code, notes, and snippets.

@markis
Last active May 24, 2017 03:44
Show Gist options
  • Save markis/713c856cf6915f840be0a15987909e73 to your computer and use it in GitHub Desktop.
Save markis/713c856cf6915f840be0a15987909e73 to your computer and use it in GitHub Desktop.
Set-ExecutionPolicy Bypass
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
lxrun /install /y
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install googlechrome slack -y
choco install visualstudiocode phpstorm -y
choco install sqlnotebook -y
choco install hyper conemu -y
choco install git git-credential-winstore poshgit nodejs php python pip openssl -y
choco install terraform -y
git config --global core.autocrlf false
git config --global core.eol lf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment