Initial commit

This commit is contained in:
Austen Adler 2016-05-23 18:27:22 -04:00
commit 3607f40061

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# 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'
```