README updates
This commit is contained in:
parent
3705b42f86
commit
451680c10c
@ -3,7 +3,8 @@ A sane default firefox profile
|
|||||||
|
|
||||||
## For Mac
|
## For Mac
|
||||||
```bash
|
```bash
|
||||||
git clone https://austenwares.com/gogs/stonewareslord/firefox-link ~"/Library/Application Support/Firefox/Profiles/firefox-link"
|
NAME=$RANDOM
|
||||||
printf '[Profile1]\nName=firefox-link\nIsRelative=1\nPath=Profiles/firefox-link'>>"~/Library/Application Support/Firefox/profiles.ini"
|
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"
|
||||||
'/Applications/Firefox.app/Contents/MacOS/firefox -p'
|
'/Applications/Firefox.app/Contents/MacOS/firefox -p'
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user