Skip to content

Instantly share code, notes, and snippets.

View Code-Quake's full-sized avatar

Joe Jorden Code-Quake

View GitHub Profile
@Code-Quake
Code-Quake / shell-setup.ps1
Last active June 17, 2022 15:40
Shell setup script
<#
.SYNOPSIS
Script to Initialize my custom powershell setup.
.DESCRIPTION
Script uses scoop, winget and chocolatey
.NOTES
**NOTE** Will configure the Execution Policy for the "CurrentUser" to Unrestricted.
Author: Joe Jorden
Original Author: Mike Pruett