2016-05-23 18:27:22 -04:00
|
|
|
# firefox-link
|
|
|
|
A sane default firefox profile
|
|
|
|
|
|
|
|
## For Mac
|
2016-05-23 19:20:36 -04:00
|
|
|
```bash
|
2016-05-23 19:24:34 -04:00
|
|
|
git clone https://austenwares.com/gogs/stonewareslord/firefox-link ~"/Library/Application Support/Firefox/Profiles/firefox-link"
|
2016-05-23 19:20:09 -04:00
|
|
|
printf '[Profile1]\nName=firefox-link\nIsRelative=1\nPath=Profiles/firefox-link'>>"~/Library/Application Support/Firefox/profiles.ini"
|
2016-05-23 18:27:22 -04:00
|
|
|
'/Applications/Firefox.app/Contents/MacOS/firefox -p'
|
|
|
|
```
|