commit 3607f4006183f622e238db3684dde29b40cc463b Author: Austen Adler Date: Mon May 23 18:27:22 2016 -0400 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..2216944 --- /dev/null +++ b/README.md @@ -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' +```