Added chezmoi config files
This commit is contained in:
parent
5ec9355c45
commit
89ec91d223
3 changed files with 12 additions and 0 deletions
9
.chezmoi.yaml.ympl
Normal file
9
.chezmoi.yaml.ympl
Normal 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
3
.chezmoiignore
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.github
|
||||||
|
LICENSE
|
||||||
|
README.md
|
0
.chezmoiiremove
Normal file
0
.chezmoiiremove
Normal file
Loading…
Reference in a new issue