if command -v ssh >$devnull 2>&1; then
mkdir -pm 700 "$DEST/.ssh"
find ssh -mindepth 1 -maxdepth 1 | while read -r x; do
- l ".$x"; done
+ l ".$x"
+ done
+fi
+
+# librewolf
+if command -v librewolf >$devnull 2>&1; then
+ # XXX: MOZ_USER_DIR is compiletime, can't move to .config
+ mkdir -p "$DEST/.librewolf/chrome"
+ find librewolf -mindepth 1 -maxdepth 1 -type f | while read -r x; do
+ l ".$x"
+ done
+ find librewolf/chrome -mindepth 1 -maxdepth 1 -type f | while read -r x; do
+ l ".$x"
+ done
fi
# termux, assume it if android