Streamline your setup:
This project is a work-in-progress PowerShell helper script designed to simplify your experience with the Winget package manager. It streamlines the setup process, allows you to effortlessly install your favorite applications, and enables auto-updates to keep everything fresh and up to date. Get ready to enhance your productivity with minimal hassle!
-
Clone the repo
git clone https://github.com/simon-baumgaertel/winget-toolbox.git
-
Use the default package list
winget_package.json
or provide your own in a json file like this:[ { "Name": "Software name", "Id": "Publisher.Software", "Category": "Category" } ]
-
Run the script in an elevated PowerShell (depending on your version used)
- PowerShell 7+:
.\Setup-WinGet.ps1
- PowerShell <= 5:
powershell -ExecutionPolicy Bypass -File .\Setup-WinGet.ps1
- PowerShell 7+:
Distributed under the MIT License. See LICENSE.txt for more information.