Skip to content

Instantly share code, notes, and snippets.

View perandre's full-sized avatar

Per André Rønsen perandre

View GitHub Profile
@perandre
perandre / gist:5820737
Created June 20, 2013 06:50
RVM ruby with ZSH
export PATH=$PATH:/Users/pesh/.rvm/gems/ruby-1.9.3-p286/bin:/Users/pesh/.rvm/gems/ruby-1.9.3-p286@global/bin:/Users/pesh/.rvm/rubies/ruby-1.9.3-p286/bin:/Users/pesh/.rvm/bin:/Applications/MAMP/bin/php5.3/bin:/Applications/MAMP/Library/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
@perandre
perandre / drupal modules
Last active December 16, 2015 14:59
drush dl these modules
xmlsitemap webform workbench workbench_access workbench_moderation email ds fences flag google_analytics google_analytics_reports entityreference backup_migrate imageapi field_permissions field_group diff date oembed scald plupload field_collection metatag workbench_email scheduler_workbench scheduler picture features habitat styleguide link linkit advagg date_popup_authored jquery_update schema navbar magic
@perandre
perandre / subregex
Created April 23, 2013 08:40
Sublime search and replace using regex
href="(.*?)"
@perandre
perandre / jekyll-config
Created March 13, 2012 10:15
Jekyll URL config
permalink: /blog/:year/:month/:day/:title
test