Last active
March 5, 2020 15:30
-
-
Save inyutin-maxim/9595c0c5eb679510971ae815de7192fe to your computer and use it in GitHub Desktop.
Настройка рабочего окружения
This file contains 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
Для настройки рабочего окружения выполните в Powershell следующие команды: | |
Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
choco feature enable -n allowGlobalConfirmation | |
# Development | |
cinst dotnetcore-sdk dotnetfx git tortoisegit docker-for-windows docker-compose nuget.commandline nugetpackageexplorer vscode nodejs postman docfx heidisql azure-cli | |
# cinst visualstudio2019buildtools --package-parameters "--locale ru-RU" -y | |
# cinst visualstudio2019-workload-netweb --package-parameters "--productId Microsoft.VisualStudio.Product.Community --channelId VisualStudio.16.Release --includeRecommended --includeOptional --passive --locale ru-RU" -y | |
cinst sql-server-express | |
# JetBrains | |
cinst resharper-clt jetbrainstoolbox -y | |
# Other | |
cinst openvpn skype googlechrome 7zip putty teamviewer aimp windjview telegram.portable onedrive notepadplusplus.install libreoffice-fresh thunderbird adobereader qbittorrent processhacker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment