add extension for firefox setup
This commit is contained in:
parent
43f6291ee6
commit
f56b2bf059
|
@ -24,6 +24,7 @@ mkdir firefox
|
|||
get_xpi_for_ext "umatrix" "firefox/umatrix.xpi"
|
||||
get_xpi_for_ext "tridactyl-vim" "firefox/tridactyl.xpi"
|
||||
get_xpi_for_ext "gruvbox-dark" "firefox/gruvbox.xpi"
|
||||
get_xpi_for_ext "darkreader" "firefox/darkreader.xpi"
|
||||
|
||||
# generate the firefox profile directory
|
||||
# assumes you have the randomuser/utils repo installed
|
||||
|
@ -54,7 +55,7 @@ HOME="/home/usr/.local/share/firefox/" bash gituser.js/updater.sh -l
|
|||
|
||||
cd /home/usr/git/dot/firefox
|
||||
printf "Please install all the extensions, then close all windows in the browser.\n"
|
||||
fire https://example.com $(pwd)/umatrix.xpi $(pwd)/tridactyl.xpi $(pwd)/gruvbox.xpi
|
||||
fire https://example.com $(pwd)/umatrix.xpi $(pwd)/tridactyl.xpi $(pwd)/gruvbox.xpi $(pwd)/darkreader.xpi
|
||||
|
||||
curl -fsSl https://raw.githubusercontent.com/tridactyl/native_messenger/master/installers/install.sh -o /tmp/trinativeinstall.sh && HOME="/home/usr/.local/share/firefox" sh /tmp/trinativeinstall.sh 1.22.1
|
||||
|
||||
|
|
Loading…
Reference in New Issue