Update 2 files

- /home/dot_local/share/firefox/profiles.ini.tmpl
- /home/.chezmoidata.yaml
This commit is contained in:
Brian Zalewski 2023-04-18 03:49:51 +00:00
parent 27f18db42f
commit d86e17c5ef
2 changed files with 2 additions and 3 deletions

View file

@ -85,7 +85,6 @@ chromeExtensions:
- https://chrome.google.com/webstore/detail/web-vitals/ahfhijdlegdabablpippeagghigmibma
# - https://chrome.google.com/webstore/detail/headless-recorder/djeegiggegleadkkbgopoonhjimgehda
firefoxPublicProfile: https://github.com/ProfessorManhattan/firefox-profile-with-plugins.git
firefoxPrivateProfile: https://public.megabyte.space/profile.private.tar.gz.age
firefoxAddOns:
- automa
- bitwarden-password-manager

View file

@ -1,4 +1,4 @@
{{- if and (stat (joinPath .host.home ".config" "age" "chezmoi.txt")) (ne .firefoxPrivateProfile false) -}}
{{- if (stat (joinPath .host.home ".config" "age" "chezmoi.txt")) -}}
[Profile6]
Name=Private
IsRelative=1
@ -25,7 +25,7 @@ Path={{ if eq .host.distro.family "darwin" }}Profiles/{{ end }}profile.miscellan
Name=Standard
IsRelative=1
Path={{ if eq .host.distro.family "darwin" }}Profiles/{{ end }}profile.plugins
{{- if not (and (stat (joinPath .host.home ".config" "age" "chezmoi.txt") (ne .firefoxPrivateProfile false))) }}
{{- if not (stat (joinPath .host.home ".config" "age" "chezmoi.txt")) }}
Default=1
{{- end }}