From 3f6d13b12d4bbe53e87740547b259656dd2b5f0d Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 8 Sep 2023 00:09:39 +0800 Subject: Add winget packages. --- configs/winget.json | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 configs/winget.json diff --git a/configs/winget.json b/configs/winget.json new file mode 100644 index 0000000..aefd823 --- /dev/null +++ b/configs/winget.json @@ -0,0 +1,65 @@ +{ + "$schema": "https://aka.ms/winget-packages.schema.2.0.json", + "CreationDate": "2023-09-07T23:52:43.535-00:00", + "Sources": [ + { + "Packages": [ + { + "PackageIdentifier": "7zip.7zip" + }, + { + "PackageIdentifier": "Mozilla.Firefox.DeveloperEdition" + }, + { + "PackageIdentifier": "Git.Git" + }, + { + "PackageIdentifier": "LLVM.LLVM" + }, + { + "PackageIdentifier": "Microsoft.WindowsTerminal" + }, + { + "PackageIdentifier": "Rufus.Rufus" + }, + { + "PackageIdentifier": "pnpm.pnpm" + }, + { + "PackageIdentifier": "Neovide.Neovide" + }, + { + "PackageIdentifier": "Microsoft.PowerShell" + }, + { + "PackageIdentifier": "OpenJS.NodeJS" + }, + { + "PackageIdentifier": "Microsoft.VisualStudioCode" + }, + { + "PackageIdentifier": "voidtools.Everything" + }, + { + "PackageIdentifier": "Kitware.CMake" + }, + { + "PackageIdentifier": "Neovim.Neovim" + }, + { + "PackageIdentifier": "Microsoft.PowerToys" + }, + { + "PackageIdentifier": "Python.Python.3.12" + } + ], + "SourceDetails": { + "Argument": "https://cdn.winget.microsoft.com/cache", + "Identifier": "Microsoft.Winget.Source_8wekyb3d8bbwe", + "Name": "winget", + "Type": "Microsoft.PreIndexed.Package" + } + } + ], + "WinGetVersion": "1.6.2291-preview" +} \ No newline at end of file -- cgit v1.2.3