Skip to content

Instantly share code, notes, and snippets.

@Paxxs
Last active December 23, 2021 04:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Paxxs/35186693a3611992153d302de9cbe917 to your computer and use it in GitHub Desktop.
Save Paxxs/35186693a3611992153d302de9cbe917 to your computer and use it in GitHub Desktop.
winget 配置文件
{
"$schema": "https://aka.ms/winget-settings.schema.json",
// For documentation on these settings, see: https://aka.ms/winget-settings
"source": {
"autoUpdateIntervalInMinutes": 5
},
"installBehavior": {
"preferences": {
"locale": [
"en-US",
"zh-CN"
],
"architectures": [
"x64",
"x86"
],
"scope": "user"
}
},
"telemetry": {
"disable": true
},
"visual": {
"progressBar": "rainbow"
},
"experimentalFeatures": {
"experimentalCmd": true,
"experimentalArg": true,
"dependencies": true
// "experimentalMSStore": true,
// "list": true,
// "upgrade": true,
// "uninstall": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment