Skip to content

Instantly share code, notes, and snippets.

@aaroneaton
Last active November 2, 2016 08:01
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save aaroneaton/7325095 to your computer and use it in GitHub Desktop.
Save aaroneaton/7325095 to your computer and use it in GitHub Desktop.
Setup themes & plugins after VVV provision
# Get rid of the default crap
wp site empty --yes
# Remove Hello Dolly (sorry Matt)
wp plugin uninstall hello
# Install Genesis framework
wp theme install <super-secret-url-for-genesis>
# Install plugins available in repo
wp plugin install debug-bar --activate # Don't forget the 'activate' flag
[more repo plugins]
# Install plugins from url
wp plugin install <super-secret-url-for-gravity-forms> --activate
[more url plugins]
# Import from theme unit test (work in progress)
git clone https://github.com/manovotny/wptest.git
wp import ../wptest/wptest.xml --authors=create
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment