11 lines
195 B
Markdown
11 lines
195 B
Markdown
|
# firefox profile template
|
||
|
|
||
|
## usage
|
||
|
|
||
|
Create a new firefox profile, then copy the contents of the profile
|
||
|
folder to the profile, e.g.
|
||
|
|
||
|
```
|
||
|
cp -r profile/* ~/.mozilla/firefox/q4uopg9n.default
|
||
|
```
|