firefox configs
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 firefox
Fedora Based:
yum install firefox
Arch Based:
pacman -S firefox
MacOS:
brew install firefox
mv -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"