fe6b3e96d2
- /home/.chezmoiscripts/universal/run_onchange_after_22-kde-settings.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_70-misc-bug-fixes.tmpl - /software.yml
11 lines
249 B
Cheetah
11 lines
249 B
Cheetah
{{- if eq .host.distro.family "linux" -}}
|
|
#!/usr/bin/env bash
|
|
|
|
{{ includeTemplate "universal/profile" }}
|
|
{{ includeTemplate "universal/logg" }}
|
|
|
|
if command -v plasmashell > /dev/null; then
|
|
logg info 'KDE plasmashell is installed'
|
|
fi
|
|
|
|
{{ end -}}
|