From 1bc14de1706a4309ca146e97cc58529b2ab19d86 Mon Sep 17 00:00:00 2001 From: Dia Pacifica Date: Tue, 1 Oct 2024 14:35:59 -0700 Subject: [PATCH] update README --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 444137d..23d3498 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,17 @@ Customizations and tweaks for the Firefox web browser to improve appearance and These customizations rely on the [CustomCSSforFx project](https://github.com/Aris-t2/CustomCSSforFx) -To enable these customizations to work with Firefox the following key must be set to `true` in `about:config`: +To enable these customizations to work with Firefox the following key must be set to **true** in `about:config`: `toolkit.legacyUserProfileCustomizations.stylesheets` - -Create a directory inside your Firefox user profile directory (you can obtain the location via `about:profiles` named `chrome` - - -cd into `chrome` and clone [CustomCSSforFx](https://github.com/Aris-t2/CustomCSSforFx) - -Then copy current/config current/css and current/image to cwd. - -Add the files from this repository to use my settings. You can then edit userChrome.css and change any values you want. +```bash +# create chrome directory inside your Firefox user profile directory +# obtain the location via `about:profiles` +mkdir chrome +cd chrome +git clone https://github.com/Aris-t2/CustomCSSforFx.git +cd CustomCSSforFx/current +cp config css image ../../ +cd ../../ +git clone https://git.ixlo.io/ixlo/firefox-customizations.git +``` +You can then edit userChrome.css and change the values to customize Firefox the way you want.