Update .local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_before_90-install-packages.tmpl, .local/share/chezmoi/home/.chezmoidata.yaml
This commit is contained in:
parent
97ba7d4f63
commit
e4faee946e
2 changed files with 9 additions and 5 deletions
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
# The original .chezmoidata.yaml was moved one directory up to software.yml
|
|
||||||
colors:
|
colors:
|
||||||
background: '#161925'
|
background: '#161925'
|
||||||
color0: '#161925'
|
color0: '#161925'
|
||||||
|
@ -59,13 +58,13 @@ softwareGroups:
|
||||||
- zoxide
|
- zoxide
|
||||||
- zx
|
- zx
|
||||||
basicDesktop: &basicDesktop
|
basicDesktop: &basicDesktop
|
||||||
<< :*basic
|
- *basic
|
||||||
- brave
|
- brave
|
||||||
- firefox
|
- firefox
|
||||||
- fonts
|
- fonts
|
||||||
- tabby
|
- tabby
|
||||||
- vscode
|
- vscode
|
||||||
networkEnabled: &networkEnabled
|
networkEnabled:
|
||||||
- cloudflared
|
- cloudflared
|
||||||
- cockpit
|
- cockpit
|
||||||
- cups
|
- cups
|
||||||
|
@ -73,7 +72,7 @@ softwareGroups:
|
||||||
# - maas
|
# - maas
|
||||||
- ngxtop
|
- ngxtop
|
||||||
standard: &standard
|
standard: &standard
|
||||||
<< :*basic
|
- *basic
|
||||||
- ansible
|
- ansible
|
||||||
- ansibleconnect
|
- ansibleconnect
|
||||||
- aria2
|
- aria2
|
||||||
|
@ -174,6 +173,7 @@ softwareGroups:
|
||||||
- yubikey-manager
|
- yubikey-manager
|
||||||
- zsh
|
- zsh
|
||||||
standardDesktop: &standardDesktop
|
standardDesktop: &standardDesktop
|
||||||
|
- *basicDesktop
|
||||||
- autokey
|
- autokey
|
||||||
- balenaetcher
|
- balenaetcher
|
||||||
- bitwarden-cli
|
- bitwarden-cli
|
||||||
|
@ -225,6 +225,7 @@ softwareGroups:
|
||||||
- yubikey-manager-qt
|
- yubikey-manager-qt
|
||||||
- zoom
|
- zoom
|
||||||
development: &development
|
development: &development
|
||||||
|
- *standard
|
||||||
- act
|
- act
|
||||||
- allure
|
- allure
|
||||||
- angular-cli
|
- angular-cli
|
||||||
|
@ -407,6 +408,7 @@ softwareGroups:
|
||||||
- yank
|
- yank
|
||||||
- yarn
|
- yarn
|
||||||
developmentDesktop: &developmentDesktop
|
developmentDesktop: &developmentDesktop
|
||||||
|
- *standardDesktop
|
||||||
- altair
|
- altair
|
||||||
- android-studio
|
- android-studio
|
||||||
- appium
|
- appium
|
||||||
|
@ -432,6 +434,7 @@ softwareGroups:
|
||||||
- sqlectron
|
- sqlectron
|
||||||
- visual-studio
|
- visual-studio
|
||||||
experimental: &experimental
|
experimental: &experimental
|
||||||
|
- *development
|
||||||
- asciicinema
|
- asciicinema
|
||||||
- assh
|
- assh
|
||||||
- astronvim
|
- astronvim
|
||||||
|
@ -481,6 +484,7 @@ softwareGroups:
|
||||||
- tilt
|
- tilt
|
||||||
- vector
|
- vector
|
||||||
experimentalDesktop: &experimentalDesktop
|
experimentalDesktop: &experimentalDesktop
|
||||||
|
- *developmentDesktop
|
||||||
- betwixt
|
- betwixt
|
||||||
- lens
|
- lens
|
||||||
- manta
|
- manta
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{{- includeTemplate "universal/profile" }}
|
{{- includeTemplate "universal/profile" }}
|
||||||
{{- includeTemplate "universal/logg" }}
|
{{- includeTemplate "universal/logg" }}
|
||||||
|
|
||||||
# software: {{ fromYaml (toYaml (index .softwareGroups .host.softwareGroup)) | join " " }}
|
# software: {{ index .softwareGroups .host.softwareGroup | join " " }}
|
||||||
|
|
||||||
if command -v install-program > /dev/null; then
|
if command -v install-program > /dev/null; then
|
||||||
if command -v zx > /dev/null; then
|
if command -v zx > /dev/null; then
|
||||||
|
|
Loading…
Reference in a new issue