Skip to content

Instantly share code, notes, and snippets.

View EricDriussi's full-sized avatar

Eric Driussi EricDriussi

View GitHub Profile
@RubenZagon
RubenZagon / powershell-setup.ps1
Last active June 23, 2024 04:05
Packages to install via scoop, winget, choco, and other tools...
<#
.SYNOPSIS
Script to Initialize my custom powershell setup.
.DESCRIPTION
Script uses scoop, winget and chocolatey to install some applications
to be ready to work.
Creation inspired by the script created by Mike Pruett
.NOTES