diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -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`: |