2023-04-17 20:49:51 -07:00
|
|
|
{{- if (stat (joinPath .host.home ".config" "age" "chezmoi.txt")) -}}
|
2023-02-01 07:10:51 -08:00
|
|
|
[Profile6]
|
2023-03-27 02:56:38 -07:00
|
|
|
Name=Private
|
2023-02-01 07:10:51 -08:00
|
|
|
IsRelative=1
|
2023-03-27 02:56:38 -07:00
|
|
|
Path={{ if eq .host.distro.family "darwin" }}Profiles/{{ end }}profile.private
|
|
|
|
Default=1
|
|
|
|
{{- end }}
|
2023-02-01 07:10:51 -08:00
|
|
|
|
|
|
|
[Profile5]
|
|
|
|
Name=Automation
|
|
|
|
IsRelative=1
|
|
|
|
Path={{ if eq .host.distro.family "darwin" }}Profiles/{{ end }}profile.automation
|
|
|
|
|
|
|
|
[Profile4]
|
2023-02-01 05:43:29 -08:00
|
|
|
Name=Development
|
|
|
|
IsRelative=1
|
|
|
|
Path={{ if eq .host.distro.family "darwin" }}Profiles/{{ end }}profile.development
|
|
|
|
|
2023-02-01 07:10:51 -08:00
|
|
|
[Profile3]
|
|
|
|
Name=Miscellaneous
|
|
|
|
IsRelative=1
|
|
|
|
Path={{ if eq .host.distro.family "darwin" }}Profiles/{{ end }}profile.miscellaneous
|
|
|
|
|
2023-01-25 00:46:31 -08:00
|
|
|
[Profile2]
|
2023-03-27 02:56:38 -07:00
|
|
|
Name=Standard
|
2023-01-25 00:46:31 -08:00
|
|
|
IsRelative=1
|
2023-03-27 02:56:38 -07:00
|
|
|
Path={{ if eq .host.distro.family "darwin" }}Profiles/{{ end }}profile.plugins
|
2023-04-17 20:49:51 -07:00
|
|
|
{{- if not (stat (joinPath .host.home ".config" "age" "chezmoi.txt")) }}
|
2023-02-04 21:13:10 -08:00
|
|
|
Default=1
|
|
|
|
{{- end }}
|
2023-01-25 00:46:31 -08:00
|
|
|
|
|
|
|
[Profile1]
|
2023-02-01 07:10:51 -08:00
|
|
|
Name=Git (Public)
|
2023-01-25 00:46:31 -08:00
|
|
|
IsRelative=1
|
2023-02-01 07:10:51 -08:00
|
|
|
Path={{ if eq .host.distro.family "darwin" }}Profiles/{{ end }}profile.git
|
2023-01-25 00:46:31 -08:00
|
|
|
|
|
|
|
[Profile0]
|
2023-02-04 21:13:10 -08:00
|
|
|
Name=Factory
|
2023-01-25 00:46:31 -08:00
|
|
|
IsRelative=1
|
|
|
|
Path={{ if eq .host.distro.family "darwin" }}Profiles/{{ end }}profile.default
|
|
|
|
|
|
|
|
[General]
|
|
|
|
StartWithLastProfile=1
|
|
|
|
Version=2
|