From 3607f4006183f622e238db3684dde29b40cc463b Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Mon, 23 May 2016 18:27:22 -0400 Subject: [PATCH] Initial commit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md 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' +```