Skip to content

Instantly share code, notes, and snippets.

@MattPostlethwaite
MattPostlethwaite / save-terms-cli.php
Created October 11, 2017 08:01
WP-CLI: Save terms command
<?php
/**
* Save taxonomy terms.
*
* ## OPTIONS
*
* <taxonomy>
* : Taxonomy of terms to be saved.
*
* [--dry-run]
@MattPostlethwaite
MattPostlethwaite / cloudSettings
Last active February 11, 2021 18:48
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-01-23T10:01:45.042Z","extensionVersion":"v3.4.3"}
@MattPostlethwaite
MattPostlethwaite / #Mac Setup.md
Last active February 20, 2023 12:56
Mac Setup

Mac setup instructions

Installing apps with Homebrew

Step 1 - Installing Homebrew

Install Homebrew using:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Reference