Skip to content

Instantly share code, notes, and snippets.

@hkboujrida
Last active December 5, 2019 20:58
Show Gist options
  • Save hkboujrida/cd35ff5d938cd34a852f08debc30a8b0 to your computer and use it in GitHub Desktop.
Save hkboujrida/cd35ff5d938cd34a852f08debc30a8b0 to your computer and use it in GitHub Desktop.
Set-ExecutionPolicy Bypass -Scope Process -Force;
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
#framework section
choco install dotnetcore-sdk -y
choco install nodejs -y
#softs
choco install googlechrome -y
choco install 7zip.install -y
#dev section
choco install powershell-core -y
choco install git -y
choco install vscode -y
choco install vscode-icons -y
choco install docker-desktop -y
choco install python2 -y
choco install microsoft-build-tools -y
choco install azure-cli -y
choco install postman -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment