Added chezmoi config files

This commit is contained in:
Eric Renfro 2023-12-25 14:38:07 -05:00
parent 5ec9355c45
commit 89ec91d223
Signed by: psi-jack
SSH Key Fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM
3 changed files with 12 additions and 0 deletions

9
.chezmoi.yaml.ympl Normal file
View File

@ -0,0 +1,9 @@
{{- $personal := false -}}{{/* true if this is a personal machine */}}
{{- $personal = promptBool "personal" -}}
format: yaml
data:
name: "Eric Renfro"
personal: {{ $personal | quote }}

3
.chezmoiignore Normal file
View File

@ -0,0 +1,3 @@
.github
LICENSE
README.md

0
.chezmoiiremove Normal file
View File