Skip to content

firefox

Jason Hempstead edited this page Aug 21, 2020 · 1 revision

firefox

a popular open source graphical web browser

requires:

apt install firefox
yum install firefox
pacman -S firefox

Automatic install/update:

bash -c "$(curl -LSs https://github.com/casjay-dotfiles/firefox/raw/master/install.sh)"

Manual install:

mv -fv "$HOME/.config/firefox" "$HOME/.config/firefox.bak"
git clone https://github.com/casjay-dotfiles/firefox "$HOME/.config/firefox"

firefox wiki | firefox site

Clone this wiki locally