diff --git a/home/.chezmoidata.yaml b/home/.chezmoidata.yaml index 74baac73..fbfc34eb 100644 --- a/home/.chezmoidata.yaml +++ b/home/.chezmoidata.yaml @@ -761,7 +761,8 @@ softwareGroups: - yt-dlp Media-Desktop: &Media-Desktop - adobe-creative-cloud - - airtame + # Unnecessary popup on login + # - airtame - audacity - balenaetcher - blender diff --git a/home/.chezmoitemplates/darwin/Brewfile b/home/.chezmoitemplates/darwin/Brewfile index fa68aff1..df134705 100644 --- a/home/.chezmoitemplates/darwin/Brewfile +++ b/home/.chezmoitemplates/darwin/Brewfile @@ -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" diff --git a/home/dot_config/docker/config.json.tmpl b/home/dot_config/docker/config.json.tmpl index cf634ba3..5455c1ae 100644 --- a/home/dot_config/docker/config.json.tmpl +++ b/home/dot_config/docker/config.json.tmpl @@ -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"