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
|
- yt-dlp
|
||||||
Media-Desktop: &Media-Desktop
|
Media-Desktop: &Media-Desktop
|
||||||
- adobe-creative-cloud
|
- adobe-creative-cloud
|
||||||
- airtame
|
# Unnecessary popup on login
|
||||||
|
# - airtame
|
||||||
- audacity
|
- audacity
|
||||||
- balenaetcher
|
- balenaetcher
|
||||||
- blender
|
- blender
|
||||||
|
|
|
@ -29,7 +29,6 @@ brew "node"
|
||||||
brew "pipx"
|
brew "pipx"
|
||||||
brew "pkg-config"
|
brew "pkg-config"
|
||||||
brew "progress"
|
brew "progress"
|
||||||
brew "python@3.10"
|
|
||||||
brew "python@3.11"
|
brew "python@3.11"
|
||||||
brew "python@3.12"
|
brew "python@3.12"
|
||||||
brew "ruby"
|
brew "ruby"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"auths": {
|
"auths": {
|
||||||
"https://index.docker.io/v1/": {}
|
"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 }}",
|
"credsStore": "{{ if (eq .host.distro.id "darwin") }}osxkeychain{{ else }}{{ if (eq .host.distro.id "windows") }}wincred{{ else }}secretservice{{ end }}{{ end }}",
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"-x-cli-hints": {
|
"-x-cli-hints": {
|
||||||
"enabled": "true"
|
"enabled": "true"
|
||||||
|
|
Loading…
Reference in a new issue