Update .local/share/chezmoi/home/.chezmoidata.yaml

This commit is contained in:
Brian Zalewski 2022-12-02 13:23:13 +00:00
parent c028c8ca37
commit 27d92dd364

View file

@ -24,7 +24,7 @@ config:
fonts: fonts:
main: Montserrat Bold main: Montserrat Bold
softwareGroups: softwareGroups:
basic: _basic: &basic
- bash-completion - bash-completion
- bat - bat
- bitwarden-cli - bitwarden-cli
@ -58,20 +58,24 @@ softwareGroups:
- wifi-password - wifi-password
- zoxide - zoxide
- zx - zx
basicDesktop: basic:
<< : [*basic]
_basicDesktop: &basicDesktop
- brave - brave
- firefox - firefox
- fonts - fonts
- tabby - tabby
- vscode - vscode
networkEnabled: basicDesktop:
<< : [*basic, *basicDesktop]
networkEnabled: &networkEnabled
- cloudflared - cloudflared
- cockpit - cockpit
- cups - cups
- lexicon - lexicon
# - maas # - maas
- ngxtop - ngxtop
standard: _standard: &standard
- ansible - ansible
- ansibleconnect - ansibleconnect
- aria2 - aria2
@ -171,7 +175,9 @@ softwareGroups:
- yq - yq
- yubikey-manager - yubikey-manager
- zsh - zsh
standardDesktop: standard:
<< : [*basic, *standard]
_standardDesktop: &standardDesktop
- autokey - autokey
- balenaetcher - balenaetcher
- bitwarden-cli - bitwarden-cli
@ -222,7 +228,9 @@ softwareGroups:
- yubikey-authenticator - yubikey-authenticator
- yubikey-manager-qt - yubikey-manager-qt
- zoom - zoom
development: standardDesktop:
<< : [*basic, *standard, *basicDesktop, *standardDesktop]
_development: &development
- act - act
- allure - allure
- angular-cli - angular-cli
@ -404,7 +412,9 @@ softwareGroups:
- yamllint - yamllint
- yank - yank
- yarn - yarn
developmentDesktop: development:
<< : [*basic, *standard, *development]
_developmentDesktop: &developmentDesktop
- altair - altair
- android-studio - android-studio
- appium - appium
@ -429,7 +439,9 @@ softwareGroups:
- runjs - runjs
- sqlectron - sqlectron
- visual-studio - visual-studio
experimental: developmentDesktop:
<< : [*basic, *standard, *development, *basicDesktop, *standardDesktop, *developmentDesktop]
_experimental: &experimental
- asciicinema - asciicinema
- assh - assh
- astronvim - astronvim
@ -478,7 +490,9 @@ softwareGroups:
- tflint - tflint
- tilt - tilt
- vector - vector
experimentalDesktop: experimental:
<< : [*basic, *standard, *development, *experimental]
_experimentalDesktop: &experimentalDesktop
- betwixt - betwixt
- lens - lens
- manta - manta
@ -486,6 +500,8 @@ softwareGroups:
- masscode - masscode
- mullvad-vpn - mullvad-vpn
- powershell - powershell
experimentalDesktop:
<< : [*basic, *standard, *development, *experimental, *basicDesktop, *standardDesktop, *developmentDesktop, *experimentalDesktop]
kubernetes: kubernetes:
- kdash - kdash
- kn - kn