aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index 60e0fb1..53cc96b 100644
--- a/README.md
+++ b/README.md
@@ -15,10 +15,16 @@ Inspired by:
* It's suggested to store profiles in the `~/.mozilla/firefox/profiles`.
-### Shared useChrome.css
+## Shared useChrome.css
There are many ways to reuse the same `userChrome` configuration among all your
-profiles:
+profiles.
+
+### Syncing
+
+### Symlinking
+
+Ideally, using symlinks could just work:
cd ~/.mozilla/firefox/profiles
for file in *; do
@@ -32,6 +38,10 @@ Example:
ln -s ../../../../apps/firefoxer/chrome $file/chrome;
done
+That would make syncing trivial.
+
+But it seems not to be the case: Firefox is not following symlinks.
+
### Suggested profiles
* `template`: