dotfiles/.chezmoi.toml.tmpl

18 lines
364 B
Cheetah
Raw Normal View History

2026-01-28 17:46:39 +00:00
{{- $hostname := .chezmoi.hostname -}}
{{- $os := .chezmoi.os -}}
[data]
{{- if eq $hostname "maple" }}
machine = "server"
editor = "hx"
{{- else if eq $hostname "archbook" }}
machine = "laptop"
editor = "hx"
{{- else if eq $os "darwin" }}
machine = "macbook"
editor = "hx"
{{- else }}
machine = "unknown"
editor = "hx"
{{- end }}