Skip to content

Instantly share code, notes, and snippets.

View vegasgeek's full-sized avatar

John Hawkins vegasgeek

View GitHub Profile
@vegasgeek
vegasgeek / Sync Script Bedrock
Created June 27, 2022 19:57
Sync Script Bedrock
#!/bin/bash
# Syncing Trellis & Bedrock-based WordPress environments with WP-CLI aliases
# Version 1.1.0
# Copyright (c) Ben Word
# Modifications by NeONBRAND
set -a
source ../.env
set +a
@vegasgeek
vegasgeek / makewpsuck.sh
Created June 27, 2022 19:18 — forked from kennyeliason/makewpsuck.sh
Make WP Suck Less or More
#!/bin/bash
# Make sites into bedrock or normal WordPress
# Version 1.0
# Copyright (c) NeONBRAND
set -a
source .env
set +a
@vegasgeek
vegasgeek / 0_reuse_code.js
Created August 18, 2014 02:50
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console