From: Silvio Rhatto Date: Thu, 30 Nov 2017 13:38:55 +0000 (-0200) Subject: Adds web and instaweb configs X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=95f5a3bbf62aace688410dbc558f9bc9709596ec;p=rhatto%2Fdotfiles%2Fgit.git Adds web and instaweb configs --- diff --git a/gitconfig.dot.link b/gitconfig.dot.link index 505562b..0ba35a8 100644 --- a/gitconfig.dot.link +++ b/gitconfig.dot.link @@ -20,3 +20,18 @@ [tig] vertical-split = false + +[instaweb] + local = true + httpd = webrick + port = 4321 + browser = lynx + #browser = chromium + +[web] + browser = chromium + +# We provide the full path in an attempt to not call firejail twice +[browser "chromium"] + #cmd = ~/apps/utils-x11/chromium-incognito + cmd = /usr/bin/chromium -incognito