Skip to content

Example Powershellscript for setting up the pc for the developer

Notifications You must be signed in to change notification settings

TristanJSchoenmakers/PcSetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pc Setup

This is an example script to help with a quick setup and installation of tools and applications for a new developer in a team.


Getting started

Prerequisites:

1 - Clone this repository

Open Powershell in Windows Terminal and run the following command:

git clone https://github.com/TristanJSchoenmakers/PcSetup.git

2 - Run the Pc Setup script

.\PcSetup\PcSetup.ps1
# When having Policy issues you can try this
Powershell.exe - ExecutionPolicy Bypass -File .\PcSetup\PcSetup.ps1

The first time running your script one of the applications that is installed is Docker. Go through the steps to get Docker running and run the script again to run all the docker containers.

About

Example Powershellscript for setting up the pc for the developer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published