Last active
May 24, 2017 03:44
-
-
Save markis/713c856cf6915f840be0a15987909e73 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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