do librewolf stuff properly lol

This commit is contained in:
askiiart 2025-02-24 17:45:30 -06:00
parent 1387ff2547
commit 77ecbd4bc0
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
2 changed files with 1 additions and 6 deletions

View file

@ -103,12 +103,7 @@ fi
cd ~/.librewolf
for dir in $(find . -mindepth 1 -maxdepth 1 -type d -name "*.*"); do
cp -r $GIT_DIR/librewolf/!(prefs.js) $dir
while read line; do
if ! grep -q "$line" $dir/prefs.js; then
echo "$line" | tee -a $dir/prefs.js
fi
done <$GIT_DIR/librewolf/prefs.js
cp -r $GIT_DIR/librewolf/ $dir
done
# WezTerm