Code Monkey home page Code Monkey logo

choco-development-enviroment-setup's Introduction

Development Environment Setup with Chocolatey

This repo contains a script for installing my development environment with chocolatey, an awesome package manager for Windows.

Firstly, you need to install Chocolatey. You can find more information from https://chocolatey.org/install.

After installed choco, you should be sure that your execution policy is Unrestricted or Bypass for executing the script. You can control your execution policy by opening PowerShell as Administrator and run:

Get-ExecutionPolicy

If it is not Unrestricted or Bypass, you should run that command:

Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope LocalMachine

Now, you're ready to execute the installation script (PowerShell as Administrator).

.\setup_development_environment.ps1

You can activate or deactivate the packages in the list whatever you want. And, you can fork the repo and create your own development environment setup script.

Visual Studio 2019 Installation Details


According to this link https://docs.microsoft.com/en-us/visualstudio/install/workload-component-id-vs-community?view=vs-2019, you can select your workloads or components that you want to install. The script will install those packages:

  • Visual Studio Core Editor (Microsoft.VisualStudio.Component.CoreEditor)
  • ASP.NET and Web Development (Microsoft.VisualStudio.Workload.NetWeb)
  • Azure Development (Microsoft.VisualStudio.Workload.Azure)
  • Python Development (Microsoft.VisualStudio.Workload.Python)
  • .Net Core Cross-platform Development (Microsoft.VisualStudio.Workload.NetCoreTools)
  • Desktop Development with C++ (Microsoft.VisualStudio.Workload.NativeDesktop)
  • Game Development with C++ (Microsoft.VisualStudio.Workload.NativeGame)
  • Linux Development with C++ (Microsoft.VisualStudio.Workload.NativeCrossPlat)

You can also add those packages depends on your needs :

  • Node.js Development (Microsoft.VisualStudio.Workload.Node)
  • .NET Desktop Development (Microsoft.VisualStudio.Workload.ManagedDesktop)
  • Universal Windows Platform Development (Microsoft.VisualStudio.Workload.Universal)
  • Mobile Development with .NET (Microsoft.VisualStudio.Workload.NetCrossPlat)
  • Mobile Development with C++ (Microsoft.VisualStudio.Workload.NativeMobile)
  • Game Development with Unity (Microsoft.VisualStudio.Workload.ManagedGame)
  • Data Storage and Processing (Microsoft.VisualStudio.Workload.Data)
  • Data Science and Analytical Applications (Microsoft.VisualStudio.Workload.DataScience)
  • Visual Studio Extension Development (Microsoft.VisualStudio.Workload.VisualStudioExtension)
  • Office/SharePoint Development (Microsoft.VisualStudio.Workload.Office)

There is another easy way to install all packages and workloads with --allWorkloads and --includeOptional parameters if you have enough space for installing everything!!!

Components

Individual components can be installed from the same link, some useful components below:

  • GitHub extension for Visual Studio (Component.GitHub.VisualStudio)
  • IncrediBuild - Build Acceleration (Component.Incredibuild)
  • OpenJDK (Microsoft distribution) (Component.OpenJDK)
  • Unreal Engine installer (Component.Unreal)
  • Cocos (Component.Cocos)

Known Issues


By the way, I had some issues, when I run the script. You may need to know before running the script.

  • If you want to install Spotify, you should uninstall Windows Store version first.

choco-development-enviroment-setup's People

Contributors

berkanuslu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.