install.fairie/home/.chezmoiscripts/universal/run_onchange_after_22-kde-settings.tmpl

12 lines
249 B
Cheetah
Raw Normal View History

{{- 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 -}}