firefox-link/README.md
2016-05-23 19:33:14 -04:00

11 lines
524 B
Markdown

# firefox-link
A sane default firefox profile
## For Mac
```bash
NAME=$RANDOM
git clone https://austenwares.com/gogs/stonewareslord/firefox-link ~"/Library/Application Support/Firefox/Profiles/$NAME"
printf "\n[Profile$((1+$(cat ~"/Library/Application Support/Firefox/profiles.ini" | ag '\[Profile\d+\]' | tail -n1 | sed -e 's/\[Profile//' -e 's/\]//')))]\nName=firefox-link\nIsRelative=1\nPath=Profiles/$NAME">>~"/Library/Application Support/Firefox/profiles.ini"
'/Applications/Firefox.app/Contents/MacOS/firefox' -p
```