Skip to content
View brichards's full-sized avatar
Block or Report

Block or report brichards

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dotfiles dotfiles Public

    Just some settings and such

    Shell 2 1

  2. wp-cli-random-content wp-cli-random-content Public

    WP-CLI Command to generate random posts, taxonomy terms, and users.

    PHP 4

  3. A shell function to create a directo... A shell function to create a directory, install WordPress, configure SSL via Laravel Valet, an launch the site in Chrome
    1
    # Install a new WP site.
    2
    # Usage: wpinstall <sitename>
    3
    function wpinstall() {
    4
      # Make the directory in your local web root
    5
    	mkdir ~/Sites/www/$@;