Skip to content

Instantly share code, notes, and snippets.

@inyutin-maxim
Last active March 5, 2020 15:30
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save inyutin-maxim/9595c0c5eb679510971ae815de7192fe to your computer and use it in GitHub Desktop.
Настройка рабочего окружения
Для настройки рабочего окружения выполните в 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