Latest
This commit is contained in:
parent
04ca621076
commit
9644f940ae
3 changed files with 6 additions and 6 deletions
|
@ -761,7 +761,8 @@ softwareGroups:
|
|||
- yt-dlp
|
||||
Media-Desktop: &Media-Desktop
|
||||
- adobe-creative-cloud
|
||||
- airtame
|
||||
# Unnecessary popup on login
|
||||
# - airtame
|
||||
- audacity
|
||||
- balenaetcher
|
||||
- blender
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue