Update file .chezmoi.yaml.tmpl
This commit is contained in:
parent
b75989d82e
commit
fed86a79aa
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
||||||
{{- if (.chezmoi.kernel.osrelease | lower | contains "microsoft") -}}
|
{{- if (.chezmoi.kernel.osrelease | lower | contains "microsoft") -}}
|
||||||
{{- $chassisType = "wsl" }}
|
{{- $chassisType = "wsl" }}
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
{{- $chassisType := (regexFind "Chassis" "(output "hostnamectl") | replace "Chassis: " "") }}
|
{{- $chassisType = regexFind "Chassis" "(output "hostnamectl") | replace "Chassis" "" }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- else if eq .chezmoi.os "darwin" }}
|
{{- else if eq .chezmoi.os "darwin" }}
|
||||||
{{- if contains "MacBook" (output "sysctl" "-n" "hw.model") }}
|
{{- if contains "MacBook" (output "sysctl" "-n" "hw.model") }}
|
||||||
|
|
Loading…
Reference in a new issue