Skip to content

3kwartappel/chocoNetDev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Summary

This choco setup is for a Windows .NET full stack dev (or just remove the dev items and it can be used by anyone : )

#Chocolatey

Its one of the the best known auto-installer for Windows. You run a powershell script to install multiple applications - sit back #and relax.

Most Windows applications will have a chocolaty install. Configurations can then also be scripted for afterwards.

INITIAL SETUP

Run powershell in elevated prompt, and paste the below script

install Choco first (powershell elevated):

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

more info can be found here https://chocolatey.org/install

You can remove items from the list if you do not need them.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published