Update file .chezmoi.yaml.tmpl

This commit is contained in:
Brian Zalewski 2023-01-06 00:08:36 +00:00
parent b75989d82e
commit fed86a79aa

View file

@ -55,7 +55,7 @@
{{- if (.chezmoi.kernel.osrelease | lower | contains "microsoft") -}}
{{- $chassisType = "wsl" }}
{{- else -}}
{{- $chassisType := (regexFind "Chassis" "(output "hostnamectl") | replace "Chassis: " "") }}
{{- $chassisType = regexFind "Chassis" "(output "hostnamectl") | replace "Chassis" "" }}
{{- end -}}
{{- else if eq .chezmoi.os "darwin" }}
{{- if contains "MacBook" (output "sysctl" "-n" "hw.model") }}