summaryrefslogtreecommitdiffstats
path: root/scripts/firstrun/10-firefox
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-04-08 19:05:23 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-04-08 19:05:23 +0200
commitf6970a27e196c0ec17f494e41b05e3f6b81413ed (patch)
treed62585744df509d2bb76ec4e720f091e5e1b1322 /scripts/firstrun/10-firefox
parent833deea61c62f31401260533e6d10177fabf092d (diff)
downloaddotfiles-f6970a27e196c0ec17f494e41b05e3f6b81413ed.tar.gz
dotfiles-f6970a27e196c0ec17f494e41b05e3f6b81413ed.tar.xz
dotfiles-f6970a27e196c0ec17f494e41b05e3f6b81413ed.zip
Firefox settings: enhance the script
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'scripts/firstrun/10-firefox')
-rw-r--r--scripts/firstrun/10-firefox2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/firstrun/10-firefox b/scripts/firstrun/10-firefox
index cdc4179..1e935c1 100644
--- a/scripts/firstrun/10-firefox
+++ b/scripts/firstrun/10-firefox
@@ -22,6 +22,7 @@ plugins+=" 193270" # ? Print Edit -> http://piro.sakura.ne.jp/xul/xpi/trees
plugins_extra+=" http://5digits.org/nightly/pentadactyl-latest.xpi"
plugins_extra+=" http://piro.sakura.ne.jp/xul/xpi/treestyletab.xpi"
+plugins_extra+=" https://addons.mozilla.org/firefox/downloads/file/164485/remove_google_search_redirects-0.5-fx.xpi"
for plugin in $plugins; do
${WGET} "https://addons.mozilla.org/firefox/downloads/latest/${plugin}/addon-${plugin}-latest.xpi"
@@ -43,4 +44,5 @@ done
[ "${DELETE}" -ne 0 ] && rm -I *.xpi || read -p "Press any key to continue " x
+sleep 2
[ -f ~/.pentadactylrc-firstrun ] && firefox -pentadactyl "++cmd 'source ~/.pentadactylrc-firstrun'"