Skip to content

Instantly share code, notes, and snippets.

View vdurante's full-sized avatar

Vitor Durante vdurante

  • Hamburg, Germany + São Paulo, Brazil
View GitHub Profile
@vdurante
vdurante / shell-setup.ps1
Created August 1, 2022 13:00 — forked from mikepruett3/shell-setup.ps1
Packages to install via scoop, winget, choco, and other tools...
<#
.SYNOPSIS
Script to Initialize my custom powershell setup.
.DESCRIPTION
Script uses scoop
.NOTES
**NOTE** Will configure the Execution Policy for the "CurrentUser" to Unrestricted.
Author: Mike Pruett
Date: October 18th, 2018