Skip to content
View brichards's full-sized avatar

Block or report brichards

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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/$@;