Skip to content

Instantly share code, notes, and snippets.

View aManNamedJed's full-sized avatar

Jed Darrohn aManNamedJed

  • Denver, Colorado
View GitHub Profile
# Create the project directory
# This will hold both the Bedrock and Trellis installs
mkdir $1
cd $1 && git init && cd ..
# Install Roots Bedrock
echo -e "\033[33;36m Installing Bedrock via Composer into $1/site ...";
composer create-project roots/bedrock $1/site