Skip to content

Instantly share code, notes, and snippets.

View SenecaOne's full-sized avatar

Jen Huls SenecaOne

View GitHub Profile
@SenecaOne
SenecaOne / gist:f17fd8538ab8790334da
Last active August 29, 2015 14:27 — forked from tonymtz/gist:d75101d9bdf764c890ef
Uninstall nodejs from OSX Yosemite
# First:
lsbom -f -l -s -pf /var/db/receipts/org.nodejs.pkg.bom | while read f; do sudo rm /usr/local/${f}; done
sudo rm -rf /usr/local/lib/node /usr/local/lib/node_modules /var/db/receipts/org.nodejs.*
# To recap, the best way (I've found) to completely uninstall node + npm is to do the following:
#go to /usr/local/lib and delete any node and node_modules
cd /usr/local/lib
sudo rm -rf node*
@SenecaOne
SenecaOne / Wordpress Interchange
Last active August 29, 2015 14:27 — forked from joshrainwater/Wordpress Interchange
Foundation Interchange + Wordpress Featured Images
<?php
function theme_support() {
add_theme_support('post-thumbnails');
// default thumb size
set_post_thumbnail_size(500, 320, true);
// Add thumbnail sizes for various screen sizes and locations