From b10f066e7570e5ad5d343b486e7e19bee1e3e4eb Mon Sep 17 00:00:00 2001 From: He4eT Date: Thu, 4 Jan 2024 10:23:41 +0100 Subject: [PATCH] firefox: extract README.md --- README.md | 9 ++------- firefox/README.md | 6 ++++++ 2 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 firefox/README.md diff --git a/README.md b/README.md index 2f0b0a3..17b2a6f 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,12 @@ 1. Export gtk-theme and icons with `oomox` and apply them with `lxappearance` 1. [Apply](https://wiki.archlinux.org/title/Cursor_themes) the [Quintom cursor theme](https://gitlab.com/Burning_Cube/quintom-cursor-theme/-/tree/master/) as `Quintom_Snow` -## Firefox - -1. Set `toolkit.legacyUserProfileCustomizations.stylesheets` to `true` with `about:config` -1. Locate profile with `about:profiles` -1. Copy `firefox/userChrome.css` to `{Root Directory}/chrome/userChrome.css` -1. Customize interface - ## git 1. `git config --global core.pager 'less -S'` 1. `git config --global pull.rebase true` +1. `git config user.email 'email'` +1. `git config user.name 'name'` ## Telegram diff --git a/firefox/README.md b/firefox/README.md new file mode 100644 index 0000000..07440ad --- /dev/null +++ b/firefox/README.md @@ -0,0 +1,6 @@ +# Firefox + +1. Set `toolkit.legacyUserProfileCustomizations.stylesheets` to `true` with `about:config` +1. Locate profile with `about:profiles` +1. Copy `firefox/userChrome.css` to `{Root Directory}/chrome/userChrome.css` +1. Customize interface