Skip to content

dfmgr/firefox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

firefox

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"

firefox wiki | firefox site