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:
parent
a357e5949e
commit
579e6de907
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
{{ includeTemplate "universal/profile" }}
|
{{ includeTemplate "universal/profile" }}
|
||||||
{{ includeTemplate "universal/logg" }}
|
{{ includeTemplate "universal/logg" }}
|
||||||
|
|
||||||
{{- $removePackages := splitList " " .removeLinuxPackages }}
|
{{- $removePackages := join " " .removeLinuxPackages }}
|
||||||
|
|
||||||
### Remove bloatware packages defined in .chezmoidata.yaml
|
### Remove bloatware packages defined in .chezmoidata.yaml
|
||||||
for PKG in {{ $removePackages }}; do
|
for PKG in {{ $removePackages }}; do
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{{- if eq .host.distro.family "linux" -}}
|
{{- if eq .host.distro.family "linux" -}}
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
{{ $removeShortcuts := splitList " " .removeLinuxShortcuts }}
|
{{ $removeShortcuts := join " " .removeLinuxShortcuts }}
|
||||||
# shortcuts to remove: {{ $removeShortcuts }}
|
# shortcuts to remove: {{ $removeShortcuts }}
|
||||||
|
|
||||||
### Remove unnecessary desktop shortcuts
|
### Remove unnecessary desktop shortcuts
|
||||||
|
|
Loading…
Reference in a new issue