This guide is for a fresh firefox installation, if you already have firefox installed you will need to change few steps, and rename the executables.
-
Download firefox developer edition from the official website: https://www.mozilla.org/en-GB/firefox/developer/
-
Create a local bin folder in your home directory for local executables:
mkdir ~/bin
-
Create a programs folder in your home directory:
mkdir ~/opt
-
Extract the downloaded tar file into the ~/opt folder
-
Create a symbolic link:
ln -s ~/opt/firefox/firefox ~/bin/firefox
-
Create a firefox.desktop file under:
~/.local/share/applications/firefox.desktop
, and paste the contents from the file below. This will create an icon that you can pin to the sidebar. -
Make sure you change line 7 to your own username.