mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
17 lines
No EOL
553 B
Cheetah
17 lines
No EOL
553 B
Cheetah
{{/* https://github.com/twpayne/dotfiles/blob/master/home/.chezmoi.toml.tmpl */}}
|
|
{{- $headless := false -}}
|
|
|
|
{{/* darwin hostname hack */}}
|
|
{{- $hostname := .chezmoi.hostname -}}
|
|
{{- if eq .chezmoi.os "darwin" -}}
|
|
{{- $hostname := output "scutil" "--get" "LocalHostName" | trim -}}
|
|
{{- end -}}
|
|
|
|
sourceDir = "~/.dotfiles"
|
|
|
|
{{ $email := promptStringOnce . "email" "What is your email address" -}}
|
|
{{ $username := promptStringOnce . "username" "What is your username" -}}
|
|
|
|
[data]
|
|
email = {{ $email | quote }}
|
|
username = {{ $username | quote }} |