Skip to content

Instantly share code, notes, and snippets.

@jedieaston
Last active January 20, 2022 14:27
Show Gist options
  • Save jedieaston/28db9c14a50f18bc9731a14b2b1fd265 to your computer and use it in GitHub Desktop.
Save jedieaston/28db9c14a50f18bc9731a14b2b1fd265 to your computer and use it in GitHub Desktop.
Everything settings file for winget
{
// For documentation on these settings, see: https://aka.ms/winget-settings
// "source": {
// "autoUpdateIntervalInMinutes": 5
// },
"visual": {
"progressBar": "rainbow"
},
"experimentalFeatures": {
"experimentalMSStore": true,
"list": true,
"upgrade": true,
"uninstall": true,
"export": true,
"dependencies": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment