Readme fix

This commit is contained in:
Austen Adler 2016-05-23 19:32:03 -04:00
parent 451680c10c
commit 9d198a49e9

View File

@ -5,6 +5,6 @@ A sane default firefox profile
```bash
NAME=$RANDOM
git clone https://austenwares.com/gogs/stonewareslord/firefox-link ~"/Library/Application Support/Firefox/Profiles/$NAME"
printf "\n[Profile$((1+$(cat 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"
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'
```