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
|
||||
Security: &Security
|
||||
- bitwarden-cli
|
||||
- envchain
|
||||
- envconsul
|
||||
- pony
|
||||
- skate
|
||||
- ssh-vault
|
||||
- stubby
|
||||
- teller
|
||||
- vault
|
||||
- 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
|
||||
_service: true
|
||||
_type: application
|
||||
ansible: professormanhattan.googleassistant
|
||||
ansible:windows: professormanhattan.googleassistant
|
||||
cask: google-assistant
|
||||
github: github.com/Melvin-Abraham/Google-Assistant-Unofficial-Desktop-Client
|
||||
snap: g-assist
|
||||
google-assistant:darwin:
|
||||
_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
|
||||
winget: g-assist
|
||||
gcloud:
|
||||
_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.'
|
||||
|
@ -5832,6 +5828,16 @@ softwarePackages:
|
|||
_name: null
|
||||
_service: null
|
||||
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:
|
||||
_bin: null
|
||||
_desc: null
|
||||
|
|
Loading…
Reference in a new issue