Skip to content

Instantly share code, notes, and snippets.

@gromanev
Forked from inyutin-maxim/InstallEnvironment
Created March 21, 2019 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gromanev/69f81f029e37d71211c3500b92c2ebd4 to your computer and use it in GitHub Desktop.
Save gromanev/69f81f029e37d71211c3500b92c2ebd4 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
# cinst visualstudio2017buildtools --package-parameters "--locale ru-RU" -y
# cinst visualstudio2017-workload-netweb --package-parameters "--productId Microsoft.VisualStudio.Product.Community --channelId VisualStudio.15.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