12 lines
249 B
Cheetah
12 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 -}}
|