A popular open source graphical web browser
Automatic install/update:
bash -c "$(curl -LSs https://github.com/dfmgr/firefox/raw/main/install.sh)"Manual install:
requires:
Debian based:
apt install firefoxFedora Based:
yum install firefoxArch Based:
pacman -S firefoxMacOS:
brew install firefoxmv -fv "$HOME/.config/firefox" "$HOME/.config/firefox.bak"
mv -fv "$HOME/.mozilla" "$HOME/.mozilla.bak"
git clone https://github.com/dfmgr/firefox "$HOME/.config/firefox"
mkdir -p "$HOME/.mozilla"; ln -sf "$DOWNLOADED_TO" "$HOME/.mozilla/firefox"