I've migrated my dotfiles to use chezmoi. This allows templating configs for easier use on different machines and many other things. A script for moving userChrome.css
will be added later, but for now, see below for instructions on how to do this.
- Copy
$HOME/userChrome.css
to.mozilla/firefox/*.default-release/chrome/
(the*
part tends to differ from install to install). You may need to create thechrome
directory manually - Go to
about:config
in Firefox - Set
toolkit.legacyUserProfileCustomizations.stylesheets
totrue
- :)