summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-04-08 13:16:06 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-04-08 13:16:06 +0200
commitbfcc3dfe3b07e92458d4bdc84ae45c746eb252b4 (patch)
tree2b6d4dbd57d4e32c284bdfb04423b9023d2a951f
parentcc1873c092ecca5e5b801cbbdbb9dd574b5da725 (diff)
downloaddotfiles-bfcc3dfe3b07e92458d4bdc84ae45c746eb252b4.tar.gz
dotfiles-bfcc3dfe3b07e92458d4bdc84ae45c746eb252b4.tar.xz
dotfiles-bfcc3dfe3b07e92458d4bdc84ae45c746eb252b4.zip
Further enhancement to the firefox setup script
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--scripts/firstrun/10-firefox10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/firstrun/10-firefox b/scripts/firstrun/10-firefox
index 7cd4685..b86bf51 100644
--- a/scripts/firstrun/10-firefox
+++ b/scripts/firstrun/10-firefox
@@ -23,9 +23,12 @@ plugins+=" 193270" # ? Print Edit -> http://piro.sakura.ne.jp/xul/xpi/trees
for plugin in $plugins; do
${WGET} "https://addons.mozilla.org/firefox/downloads/latest/${plugin}/addon-${plugin}-latest.xpi"
+ firefox "addon-${plugin}-latest.xpi" &
done
-${WGET} http://5digits.org/nightly/pentadactyl-latest.xpi
-${WGET} http://piro.sakura.ne.jp/xul/xpi/treestyletab.xpi
+
+[ "${DELETE}" -ne 0 ] && rm *.xpi
+
+firefox http://5digits.org/nightly/pentadactyl-latest.xpi http://piro.sakura.ne.jp/xul/xpi/treestyletab.xpi
# searches
@@ -35,7 +38,4 @@ ${WGET} http://piro.sakura.ne.jp/xul/xpi/treestyletab.xpi
# ${WGET} "https://addons.mozilla.org/firefox/downloads/latest/${plugin}/addon-${plugin}-latest.xml"
#done
-firefox *.xpi
-[ "${DELETE}" -ne 0 ] && rm *.xpi
-
[ -f ~/.pentadactylrc-firstrun ] && firefox -pentadactyl "++cmd 'source ~/.pentadactylrc-firstrun'"