Skip to content

Setups for different computer and VM environments that I use

Notifications You must be signed in to change notification settings

TheMasterPrawn/SetupEnv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SetupEnv

Sometimes on a clean Machine or Virtual Machine you quickly want to grab common day to day software for installation. Setups for different computer and VM environments that I use Run the scripts in an elevated powershell session.

Setup

Ensure that you have set the executionpolicy to allow scripts.

Set-Executionpolicy unrestricted

Unblock the scripts for execution. Run this in the folder with the scripts.

Get-ChildItem | Unblock-File

Usage

Edit Get-Software.ps1 to just include the elements you need in setup.

Run the installers from an elevated PowerShell session

.\Get-Software.ps1

Updating Software

You can update all the packages using

choco upgrade all -y

About

Setups for different computer and VM environments that I use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published