install.fairie/home/dot_local/share/firefox/profiles.ini.tmpl
Brian Zalewski 2c361fa687 Update 6 files
- /home/dot_config/firefoxprofileswitcher/avatars.json
- /home/dot_config/firefoxprofileswitcher/profile-options.json
- /home/.chezmoiscripts/universal/run_onchange_before_91-configure-gpg.tmpl
- /home/.chezmoiscripts/universal/run_onchange_after_40-firefox.tmpl
- /home/dot_local/share/firefox/profiles.ini.tmpl
- /home/dot_local/share/firefox/distribution/policies.json
2023-02-05 05:13:10 +00:00

45 lines
1.1 KiB
Cheetah

[Profile6]
Name=Factory (w/ plugins)
IsRelative=1
Path={{ if eq .host.distro.family "darwin" }}Profiles/{{ end }}profile.plugins
[Profile5]
Name=Automation
IsRelative=1
Path={{ if eq .host.distro.family "darwin" }}Profiles/{{ end }}profile.automation
[Profile4]
Name=Development
IsRelative=1
Path={{ if eq .host.distro.family "darwin" }}Profiles/{{ end }}profile.development
[Profile3]
Name=Miscellaneous
IsRelative=1
Path={{ if eq .host.distro.family "darwin" }}Profiles/{{ end }}profile.miscellaneous
{{- if (stat (joinPath .host.home ".config" "age" "chezmoi.txt")) }}
[Profile2]
Name=Private
IsRelative=1
Path={{ if eq .host.distro.family "darwin" }}Profiles/{{ end }}profile.private
Default=1
{{- end }}
[Profile1]
Name=Git (Public)
IsRelative=1
Path={{ if eq .host.distro.family "darwin" }}Profiles/{{ end }}profile.git
{{- if not (stat (joinPath .host.home ".config" "age" "chezmoi.txt")) }}
Default=1
{{- end }}
[Profile0]
Name=Factory
IsRelative=1
Path={{ if eq .host.distro.family "darwin" }}Profiles/{{ end }}profile.default
[General]
StartWithLastProfile=1
Version=2