|
|
|
|
|
by mksybr
1090 days ago
|
|
i just glob over *.default and *.default-release `mkdir -p chrome` and
move it there then check if my user.js has the setting that enables
legacy userchrome (via grep, (useless) cat, and pipe), and if not add
it. wouldnt guix do something similar if it managed my userChrome.css? i am not sold on the maintainability delta between my script and a
guix one, but i only use a text editor, a terminal emulator and two
web browsers for 90% of my use, so maybe im just too small scale to
run into the maintainability issue it's trying to solve. the main
struggle i have is in making the config files, and guix would only add
another layer to that. easy to learn might be a valid consideration for me if i didn't
already feel comfortable with scripts of the normal non guix variety,
but the devil i know does fine. |
|