Skip to content

Instantly share code, notes, and snippets.

@chipcullen
Last active October 13, 2015 01:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chipcullen/4118091 to your computer and use it in GitHub Desktop.
Save chipcullen/4118091 to your computer and use it in GitHub Desktop.
My Drush DL & Enable command - grabs a bunch of standard modules quickly. I include: - views - ctools - context - date - fences - pathauto - token - views_bulk_operations - CKEditor - block_class - backup_migrate - admin_menu - module_filter - magic - features - strongarm - diff - features_extra - menu_block - menu_attributes **If you work in mo…
drush dl views ctools context date magic html5_tools blockify fences pathauto token views_bulk_operations ckeditor block_class backup_migrate admin_menu module_filter features strongarm diff features_extra menu_block menu_attributes && drush en -y views ctools context date magic html5_tools fences pathauto token views_bulk_operations ckeditor block_class backup_migrate admin_menu module_filter features strongarm diff features_extra menu_block menu_attributes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment