Update .local/share/chezmoi/home/.chezmoidata.yaml, .local/share/chezmoi/software.yml, .local/share/chezmoi/home/private_dot_config/Google Assistant/config.json.tmpl, .local/share/chezmoi/home/private_dot_config/Google Assistant/client-secret.json, .local/share/chezmoi/home/AppData/Roaming/Google Assistant/symlink_config.json.tmpl
This commit is contained in:
parent
d9280fbdb1
commit
7de736189e
5 changed files with 36 additions and 7 deletions
|
@ -486,9 +486,12 @@ softwareGroups:
|
||||||
- teleport
|
- teleport
|
||||||
Security: &Security
|
Security: &Security
|
||||||
- bitwarden-cli
|
- bitwarden-cli
|
||||||
|
- envchain
|
||||||
|
- envconsul
|
||||||
- pony
|
- pony
|
||||||
- skate
|
- skate
|
||||||
- ssh-vault
|
- ssh-vault
|
||||||
|
- stubby
|
||||||
- teller
|
- teller
|
||||||
- vault
|
- vault
|
||||||
- ykman
|
- ykman
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
{{- if true -}}
|
||||||
|
{{ .host.home }}/.config/Google Assistant/config.json
|
||||||
|
{{- end -}}
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"keyFilePath": "{{ .host.home }}/.config/Google Assistant/client-secret.json",
|
||||||
|
"savedTokensPath": "{{ .host.home }}/.config/Google Assistant/tokens.json",
|
||||||
|
"forceNewConversation": false,
|
||||||
|
"enableAudioOutput": true,
|
||||||
|
"enableMicOnContinousConversation": true,
|
||||||
|
"startAsMaximized": false,
|
||||||
|
"windowFloatBehavior": "always-on-top",
|
||||||
|
"launchAtStartup": true,
|
||||||
|
"alwaysCloseToTray": true,
|
||||||
|
"enablePingSound": true,
|
||||||
|
"enableAutoScaling": true,
|
||||||
|
"enableMicOnStartup": true,
|
||||||
|
"hotkeyBehavior": "launch+mic",
|
||||||
|
"language": "en-US",
|
||||||
|
"theme": "dark"
|
||||||
|
}
|
|
@ -2118,15 +2118,11 @@ softwarePackages:
|
||||||
_name: Google Assistant for Desktop
|
_name: Google Assistant for Desktop
|
||||||
_service: true
|
_service: true
|
||||||
_type: application
|
_type: application
|
||||||
ansible: professormanhattan.googleassistant
|
ansible:windows: professormanhattan.googleassistant
|
||||||
|
cask: google-assistant
|
||||||
github: github.com/Melvin-Abraham/Google-Assistant-Unofficial-Desktop-Client
|
github: github.com/Melvin-Abraham/Google-Assistant-Unofficial-Desktop-Client
|
||||||
snap: g-assist
|
snap: g-assist
|
||||||
google-assistant:darwin:
|
winget: g-assist
|
||||||
_note: When google-assistant:darwin or google-assistant:linux-distro-id (e.g. google:assistant:ubuntu is present, it takes precedence over the regular google-assistant entry)
|
|
||||||
_when: '! test -d "/Applications/Google Assistant.app"'
|
|
||||||
ansible: professormanhattan.googleassistant
|
|
||||||
google-assistant:windows:
|
|
||||||
ansible: professormanhattan.googleassistant
|
|
||||||
gcloud:
|
gcloud:
|
||||||
_bin: null
|
_bin: null
|
||||||
_desc: '[Google Cloud SDK](https://cloud.google.com/sdk) includes tools and libraries for interacting with Google Cloud products and services. With it, you can orchestrate virtual machine instances directly from your command line, manage Compute Engine networks/firewalls/disks, simulate Pub/Sub locally, and much more.'
|
_desc: '[Google Cloud SDK](https://cloud.google.com/sdk) includes tools and libraries for interacting with Google Cloud products and services. With it, you can orchestrate virtual machine instances directly from your command line, manage Compute Engine networks/firewalls/disks, simulate Pub/Sub locally, and much more.'
|
||||||
|
@ -5832,6 +5828,16 @@ softwarePackages:
|
||||||
_name: null
|
_name: null
|
||||||
_service: null
|
_service: null
|
||||||
npm: stegcloak
|
npm: stegcloak
|
||||||
|
stubby:
|
||||||
|
_bin: stubby
|
||||||
|
_desc: null
|
||||||
|
_docs: null
|
||||||
|
_github: null
|
||||||
|
_home: null
|
||||||
|
_name: Stubby
|
||||||
|
_service: true
|
||||||
|
_post:brew:darwin: bash "$(brew --prefix stubby)/sbin/stubby-setdns-macos.sh" && brew services start stubby
|
||||||
|
brew:darwin: stubby
|
||||||
supdock:
|
supdock:
|
||||||
_bin: null
|
_bin: null
|
||||||
_desc: null
|
_desc: null
|
||||||
|
|
Loading…
Reference in a new issue