Skip to content

Instantly share code, notes, and snippets.

@lmartins
Last active September 6, 2015 21:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lmartins/529bcd46c44021bc8fd0 to your computer and use it in GitHub Desktop.
Save lmartins/529bcd46c44021bc8fd0 to your computer and use it in GitHub Desktop.
Wordpress Install Plugins shell command Run with `sh installwp.sh`
#!/bin/sh
wp plugin install be-subpages-widget --activate
wp plugin install bulk-creator --activate
wp plugin install cookie-notice --activate
wp plugin install disable-comments --activate
wp plugin install jigsaw --activate
wp plugin install jetpack --activate
wp plugin install mailchimp --activate
wp plugin install mce-table-buttons --activate
wp plugin install menu-customizer --activate
wp plugin install multisite-plugin-manager --activate
wp plugin install nested-pages --activate
wp plugin install ninja-forms --activate
wp plugin install note --activate
wp plugin install p3-profiler --activate
wp plugin install post-duplicator --activate
wp plugin install relevanssi --activate
wp plugin install sidebar-login --activate
wp plugin install timber-library --activate
wp plugin install unsplash-stock-photo-library --activate
wp plugin install widget-css-classes --activate
wp plugin install widget-search-filter --activate
wp plugin install woocommerce --activate
wp plugin install wordpress-seo --activate
wp plugin install wp-front-end-editor --activate
wp plugin install wp-nested-pages --activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment