This commit is contained in:
Brian Zalewski 2024-01-29 01:33:28 +00:00
parent 04ca621076
commit 9644f940ae
3 changed files with 6 additions and 6 deletions

View file

@ -761,7 +761,8 @@ softwareGroups:
- yt-dlp
Media-Desktop: &Media-Desktop
- adobe-creative-cloud
- airtame
# Unnecessary popup on login
# - airtame
- audacity
- balenaetcher
- blender

View file

@ -29,7 +29,6 @@ brew "node"
brew "pipx"
brew "pkg-config"
brew "progress"
brew "python@3.10"
brew "python@3.11"
brew "python@3.12"
brew "ruby"

View file

@ -1,8 +1,8 @@
{
"auths": {
"https://index.docker.io/v1/": {}
},
"credsStore": "{{ if (eq .host.distro.id "darwin") }}osxkeychain{{ else }}{{ if (eq .host.distro.id "windows") }}wincred{{ else }}secretservice{{ end }}{{ end }}",
"auths": {
"https://index.docker.io/v1/": {}
},
"credsStore": "{{ if (eq .host.distro.id "darwin") }}osxkeychain{{ else }}{{ if (eq .host.distro.id "windows") }}wincred{{ else }}secretservice{{ end }}{{ end }}",
"plugins": {
"-x-cli-hints": {
"enabled": "true"