add extension for firefox setup

This commit is contained in:
randomuser 2022-12-04 21:41:20 +00:00
parent 43f6291ee6
commit f56b2bf059
1 changed files with 2 additions and 1 deletions

View File

@ -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