Trying to get chezmoi init working
This commit is contained in:
parent
d87bdd6c92
commit
696466b3d5
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
||||||
{{- $personal := promptBool "Personal?" -}}{{/* true if this is a personal machine */}}
|
{{- $personal := promptBool "Personal?" -}}{{/* true if this is a personal machine */}}
|
||||||
{{- if eq $personal true -}}
|
{{- if eq $personal true -}}
|
||||||
|
{{- $email = "psi-jack@linux-help.org" -}}
|
||||||
{{- $work := false -}}
|
{{- $work := false -}}
|
||||||
{{- $email = "something@work.email" -}}
|
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
{{- $email = promptString "Email?" -}}
|
{{- $email = promptString "Email?" -}}
|
||||||
{{- $work := promptBool "Work?" -}}
|
{{- $work := promptBool "Work?" -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
|
|
||||||
sourceDir: {{ .chezmoi.SourceDir | quote }}
|
sourceDir: {{ .chezmoi.SourceDir | quote }}
|
||||||
data:
|
data:
|
||||||
name: "Eric Renfro"
|
name: "Eric Renfro"
|
||||||
|
@ -26,7 +27,7 @@ data:
|
||||||
term:
|
term:
|
||||||
name: "Hack Nerd Font"
|
name: "Hack Nerd Font"
|
||||||
size: 12.0
|
size: 12.0
|
||||||
encryption: "age"
|
encryption: age
|
||||||
age:
|
age:
|
||||||
recipient: "age1fc7myuewzdr7rvqr9fl3x3jwky3j4gp92hxguf3dlgnesm9s9e8q45xmp2"
|
recipient: "age1fc7myuewzdr7rvqr9fl3x3jwky3j4gp92hxguf3dlgnesm9s9e8q45xmp2"
|
||||||
identity: "~/.config/sops/keys.txt"
|
identity: "~/.config/sops/keys.txt"
|
||||||
|
|
Loading…
Reference in a new issue