-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools.json
More file actions
23 lines (23 loc) · 1.7 KB
/
tools.json
File metadata and controls
23 lines (23 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"tools": [
{ "name": "7-Zip", "wingetId": "7zip.7zip", "enabled": true },
{ "name": "Visual C++ Redistributable x64", "wingetId": "Microsoft.VCRedist.2015+.x64", "enabled": true },
{ "name": "Visual C++ Redistributable x86", "wingetId": "Microsoft.VCRedist.2015+.x86", "enabled": true },
{ "name": ".NET 9 Desktop Runtime", "wingetId": "Microsoft.DotNet.DesktopRuntime.9", "enabled": true },
{ "name": "Notepad++", "wingetId": "Notepad++.Notepad++", "enabled": true },
{ "name": "Amazon Corretto (JDK 21)", "wingetId": "Amazon.Corretto.21.JDK", "enabled": true },
{ "name": "Python 3.13", "wingetId": "Python.Python.3.13", "enabled": true },
{ "name": "Go", "wingetId": "GoLang.Go", "enabled": true },
{ "name": "Rust", "wingetId": "Rustlang.Rustup", "enabled": true },
{ "name": "Visual Studio Build Tools (C++)", "wingetId": "Microsoft.VisualStudio.2022.BuildTools", "override": "--add Microsoft.VisualStudio.Workload.VCTools --includeRecommended --quiet --wait", "enabled": true },
{ "name": "Git", "wingetId": "Git.Git", "enabled": true },
{ "name": "Node.js (LTS)", "wingetId": "OpenJS.NodeJS.LTS", "enabled": true },
{ "name": ".NET 9 SDK", "wingetId": "Microsoft.DotNet.SDK.9", "enabled": true },
{ "name": "CMake", "wingetId": "Kitware.CMake", "enabled": true },
{ "name": "Ruby 3.3", "wingetId": "RubyInstallerTeam.Ruby.3.3", "enabled": true },
{ "name": "PHP 8.4", "wingetId": "PHP.PHP.8.4", "enabled": true },
{ "name": "PowerShell 7", "wingetId": "Microsoft.PowerShell", "enabled": true },
{ "name": "Zig", "wingetId": "zig.zig", "enabled": true },
{ "name": "Sysinternals Suite", "wingetId": "Microsoft.Sysinternals.Suite", "enabled": true }
]
}