Update 2 files
- /home/dot_local/share/firefox/profiles.ini.tmpl - /home/.chezmoidata.yaml
This commit is contained in:
parent
27f18db42f
commit
d86e17c5ef
2 changed files with 2 additions and 3 deletions
|
@ -85,7 +85,6 @@ chromeExtensions:
|
||||||
- https://chrome.google.com/webstore/detail/web-vitals/ahfhijdlegdabablpippeagghigmibma
|
- https://chrome.google.com/webstore/detail/web-vitals/ahfhijdlegdabablpippeagghigmibma
|
||||||
# - https://chrome.google.com/webstore/detail/headless-recorder/djeegiggegleadkkbgopoonhjimgehda
|
# - https://chrome.google.com/webstore/detail/headless-recorder/djeegiggegleadkkbgopoonhjimgehda
|
||||||
firefoxPublicProfile: https://github.com/ProfessorManhattan/firefox-profile-with-plugins.git
|
firefoxPublicProfile: https://github.com/ProfessorManhattan/firefox-profile-with-plugins.git
|
||||||
firefoxPrivateProfile: https://public.megabyte.space/profile.private.tar.gz.age
|
|
||||||
firefoxAddOns:
|
firefoxAddOns:
|
||||||
- automa
|
- automa
|
||||||
- bitwarden-password-manager
|
- bitwarden-password-manager
|
||||||
|
|
|
@ -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]
|
[Profile6]
|
||||||
Name=Private
|
Name=Private
|
||||||
IsRelative=1
|
IsRelative=1
|
||||||
|
@ -25,7 +25,7 @@ Path={{ if eq .host.distro.family "darwin" }}Profiles/{{ end }}profile.miscellan
|
||||||
Name=Standard
|
Name=Standard
|
||||||
IsRelative=1
|
IsRelative=1
|
||||||
Path={{ if eq .host.distro.family "darwin" }}Profiles/{{ end }}profile.plugins
|
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
|
Default=1
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue