Skip to content

Instantly share code, notes, and snippets.

View JosiahOne's full-sized avatar
🌳

Josiah Bruner JosiahOne

🌳
View GitHub Profile
# Sets up my starter environment on linux platforms.
# Function Definitions
function setupmoz {
# Ensure hg is installed
sudo apt-get install mercurial;
# First, build pre-reqs from https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Simple_Firefox_build/Linux_and_MacOS_build_preparation
mkdir src && cd src;
wget https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py;