Install and set default theme using Drush

By xngo on February 26, 2019

drush -r "${DRUPAL_DIR}" -y pm-enable "${THEME_NAME}"
drush -r "${DRUPAL_DIR}" -y config-set system.theme default "${THEME_NAME}"

About the author

Xuan Ngo is the founder of OpenWritings.net. He currently lives in Montreal, Canada. He loves to write about programming and open source subjects.