Skip to content

Instantly share code, notes, and snippets.

View d3v1an7's full-sized avatar

Ben White d3v1an7

  • Sydney, Australia
View GitHub Profile
@d3v1an7
d3v1an7 / install.ps1
Last active August 1, 2022 05:08
For quick app install after a format.
<#
HOW TO USE
- Download this file
- Modify the `Install` and `Download` arrays below as required
- Find other packages here: https://winget.run
- Run `winget list` before formatting to help make your own array from scratch
- For anything you can't install via winget, get a download link, and add it to the download array
- Right click, then select 'Run with PowerShell'
WHAT WILL HAPPEN