do librewolf stuff properly lol
This commit is contained in:
parent
1387ff2547
commit
77ecbd4bc0
2 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue