From 579e6de90701a82ddce1b639a8bc5aaa26dcd37c Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Mon, 9 Jan 2023 19:20:36 +0000 Subject: [PATCH] Update 2 files - /home/.chezmoiscripts/_universal/run_onchange_before_10-remove-bloatware.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_85-remove-shortcuts.tmpl --- .../_universal/run_onchange_before_10-remove-bloatware.tmpl | 2 +- .../universal/run_onchange_after_85-remove-shortcuts.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.chezmoiscripts/_universal/run_onchange_before_10-remove-bloatware.tmpl b/home/.chezmoiscripts/_universal/run_onchange_before_10-remove-bloatware.tmpl index 9290dd7c..8c841709 100644 --- a/home/.chezmoiscripts/_universal/run_onchange_before_10-remove-bloatware.tmpl +++ b/home/.chezmoiscripts/_universal/run_onchange_before_10-remove-bloatware.tmpl @@ -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 diff --git a/home/.chezmoiscripts/universal/run_onchange_after_85-remove-shortcuts.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_85-remove-shortcuts.tmpl index d1e2eff0..f9a796d9 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_85-remove-shortcuts.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_85-remove-shortcuts.tmpl @@ -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