My winget install script, this is all the additional programs I needs for my webdevs and content creation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema" : "https://aka.ms/winget-packages.schema.2.0.json", | |
"CreationDate" : "2021-11-25T08:23:12.657-00:00", | |
"Sources" : | |
[ | |
{ | |
"Packages" : | |
[ | |
{ | |
"PackageIdentifier" : "ModernFlyouts.ModernFlyouts" | |
}, | |
{ | |
"PackageIdentifier" : "Lexikos.AutoHotkey" | |
}, | |
{ | |
"PackageIdentifier" : "CPUID.HWMonitor" | |
}, | |
{ | |
"PackageIdentifier" : "Canonical.Ubuntu.2004" | |
}, | |
{ | |
"PackageIdentifier" : "Canonical.Ubuntu" | |
}, | |
{ | |
"PackageIdentifier" : "Discord.Discord" | |
}, | |
{ | |
"PackageIdentifier" : "Logitech.Options" | |
}, | |
{ | |
"PackageIdentifier" : "Microsoft.Edge" | |
}, | |
{ | |
"PackageIdentifier" : "Microsoft.WindowsTerminal.Preview" | |
}, | |
{ | |
"PackageIdentifier" : "Microsoft.WindowsTerminal" | |
}, | |
{ | |
"PackageIdentifier" : "JanDeDobbeleer.OhMyPosh" | |
}, | |
{ | |
"PackageIdentifier" : "Microsoft.OneDrive" | |
}, | |
{ | |
"PackageIdentifier" : "Meltytech.Shotcut" | |
}, | |
{ | |
"PackageIdentifier" : "XSplit.VCam" | |
}, | |
{ | |
"PackageIdentifier" : "code52.Carnac" | |
}, | |
{ | |
"PackageIdentifier" : "Insomnia.Insomnia" | |
}, | |
{ | |
"PackageIdentifier" : "VideoLAN.VLC" | |
}, | |
{ | |
"PackageIdentifier" : "Microsoft.VisualStudioCode.Insiders" | |
}, | |
{ | |
"PackageIdentifier" : "7zip.7zip" | |
}, | |
{ | |
"PackageIdentifier" : "Olivia.VIA" | |
}, | |
{ | |
"PackageIdentifier" : "Microsoft.PowerShell.Preview" | |
}, | |
{ | |
"PackageIdentifier" : "Microsoft.dotnetRuntime.3-x64" | |
}, | |
{ | |
"PackageIdentifier" : "Microsoft.VisualStudioCode" | |
}, | |
{ | |
"PackageIdentifier" : "QMK.QMKToolbox" | |
}, | |
{ | |
"PackageIdentifier" : "Microsoft.PowerToys" | |
}, | |
{ | |
"PackageIdentifier" : "Microsoft.VC++2015-2019Redist-x64" | |
} | |
], | |
"SourceDetails" : | |
{ | |
"Argument" : "https://winget.azureedge.net/cache", | |
"Identifier" : "Microsoft.Winget.Source_8wekyb3d8bbwe", | |
"Name" : "winget", | |
"Type" : "Microsoft.PreIndexed.Package" | |
} | |
} | |
], | |
"WinGetVersion" : "1.1.12986" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
winget install --id Microsoft.PowerToys | |
winget install --id Insomnia.Insomnia | |
winget install --id Discord.Discord | |
winget install --id Microsoft.VisualStudioCode.Insiders | |
winget install --id OBSProject.OBSStudio | |
winget install --id CPUID.HWMonitor | |
winget install --id Meltytech.Shotcut | |
winget install --id Microsoft.VisualStudioCode | |
winget install --id VideoLAN.VLC | |
winget install --id XSplit.VCam | |
winget install --id 7zip.7zip | |
winget install --id Lexikos.AutoHotkey | |
winget install --id Logitech.Options | |
winget install --id SlackTechnologies.Slack | |
winget install --id Notion.Notion |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment