10 lines
424 B
Markdown
10 lines
424 B
Markdown
|
# firefox-link
|
||
|
A sane default firefox profile
|
||
|
|
||
|
## For Mac
|
||
|
```
|
||
|
git clone https://austenwares.com/gogs/stonewareslord/firefox-link "/Users/stonewareslord/Library/Application Support/Firefox/Profiles/firefox-link"
|
||
|
printf '[Profile1]\nName=firefox-link\nIsRelative=1\nPath=Profiles/firefox-link'>>'/Users/stonewareslord/Library/Application Support/Firefox/profiles.ini'
|
||
|
'/Applications/Firefox.app/Contents/MacOS/firefox -p'
|
||
|
```
|