Update 2 files

- /home/.chezmoiscripts/_universal/run_onchange_before_10-remove-bloatware.tmpl
- /home/.chezmoiscripts/universal/run_onchange_after_85-remove-shortcuts.tmpl
This commit is contained in:
Brian Zalewski 2023-01-09 19:20:36 +00:00
parent a357e5949e
commit 579e6de907
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
{{ includeTemplate "universal/profile" }}
{{ includeTemplate "universal/logg" }}
{{- $removePackages := splitList " " .removeLinuxPackages }}
{{- $removePackages := join " " .removeLinuxPackages }}
### Remove bloatware packages defined in .chezmoidata.yaml
for PKG in {{ $removePackages }}; do

View file

@ -1,7 +1,7 @@
{{- if eq .host.distro.family "linux" -}}
#!/usr/bin/env bash
{{ $removeShortcuts := splitList " " .removeLinuxShortcuts }}
{{ $removeShortcuts := join " " .removeLinuxShortcuts }}
# shortcuts to remove: {{ $removeShortcuts }}
### Remove unnecessary desktop shortcuts