From d86e17c5effe6c9a3582b118e0103701f29267b0 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Tue, 18 Apr 2023 03:49:51 +0000 Subject: [PATCH] Update 2 files - /home/dot_local/share/firefox/profiles.ini.tmpl - /home/.chezmoidata.yaml --- home/.chezmoidata.yaml | 1 - home/dot_local/share/firefox/profiles.ini.tmpl | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/home/.chezmoidata.yaml b/home/.chezmoidata.yaml index 8e1f081f..695b8e60 100644 --- a/home/.chezmoidata.yaml +++ b/home/.chezmoidata.yaml @@ -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 diff --git a/home/dot_local/share/firefox/profiles.ini.tmpl b/home/dot_local/share/firefox/profiles.ini.tmpl index 0271a45c..3164a0fc 100644 --- a/home/dot_local/share/firefox/profiles.ini.tmpl +++ b/home/dot_local/share/firefox/profiles.ini.tmpl @@ -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 }}