dots/.config/firefox/setup

6 lines
125 B
Plaintext
Raw Normal View History

2023-06-14 21:35:40 +02:00
#!/usr/bin/env bash
2022-08-27 10:41:45 +02:00
for i in ~/.mozilla/firefox/*.*default*
2023-06-14 21:35:40 +02:00
do ln -s "$XDG_CONFIG_HOME"/firefox/user.js "$i/user.js"
2022-08-27 10:41:45 +02:00
done