diff options
| author | crupest <crupest@outlook.com> | 2023-09-08 00:09:39 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2023-09-08 00:09:39 +0800 | 
| commit | 55e5488e1207ba94219f762cad37ea046a188c35 (patch) | |
| tree | a1ef0b74c081c32015be90ad07758dab4214dd95 | |
| parent | 01dda430bfd51ebff4b678625005df00916996bb (diff) | |
| download | crupest-55e5488e1207ba94219f762cad37ea046a188c35.tar.gz crupest-55e5488e1207ba94219f762cad37ea046a188c35.tar.bz2 crupest-55e5488e1207ba94219f762cad37ea046a188c35.zip | |
Add winget packages.
| -rw-r--r-- | configs/winget.json | 65 | 
1 files changed, 65 insertions, 0 deletions
| 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 | 
