From 513459d4dd6986c325ee18e4dee8502542e029c6 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 1 Jul 2022 18:55:02 -0700 Subject: [firefox] Make it possible to stow firefox configuration - Put ‘userChrome.css’ into the ‘src/’ directory and have stow ignore any such directory. - Dynamically find the name of the default firefox profile. - In case the firefox profile can't be found, output some messages stating such. - Update the ‘userChrome.css’ as used by Firefox. --- firefox/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 firefox/.gitignore (limited to 'firefox/.gitignore') diff --git a/firefox/.gitignore b/firefox/.gitignore new file mode 100644 index 0000000..d029b17 --- /dev/null +++ b/firefox/.gitignore @@ -0,0 +1 @@ +.mozilla/ -- cgit v1.2.3-54-g00ecf