|
|
|
|
|
by technomancy
3954 days ago
|
|
TBH I don't care if there's a user interface; what I want is to be able to store my browser's config in git along with the rest of my config. Every other program I use regularly is configured through sane dotfiles; if I check them out on a fresh OS install it's all like I want, except Firefox. I have to go through this insane song and dance of hunting down all my extensions and remembering obscure about:config settings every time. In fact, it's a bit cringeworthy that this whole list is presented as a thing you're supposed to manually enter while using the about:config search. |
|
Doesn't everybody know about user.js? Keep that updated and store that in git. If that file is present in the .../Profiles/<whatever>.default then Firefox automatically uses it. And Firefox doesn't rewrite it, as opposed to prefs.js.
It's still a hassle, but it's far easier than manually entering things into about:config. Here are a few of the things currently in my user.js:
I've got more in there but I'm too lazy to look all of them up to make sure they still apply to the current version of Firefox. The ones I pasted seemed relevant based on their name.