Skip to content

Instantly share code, notes, and snippets.

View bostondv's full-sized avatar
🎩

Boston Dell-Vandenberg bostondv

🎩
View GitHub Profile
cd $HOME
mkdir $HOME/bin
ln -s `which php70` $HOME/bin/php
echo 'export PATH=$HOME/bin:$PATH' >> $HOME/.bashrc
source $HOME/.bashrc
curl -sS https://getcomposer.org/installer | php
mv $HOME/composer.phar $HOME/bin/composer
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
chmod +x wp-cli.phar
mv $HOME/wp-cli.phar $HOME/bin/wp

Contract Killer

The popular open-source contract for web designers and developers by Stuff & Nonsense

  • Originally published: 23/12/2008
  • Revised date: 15/12/2013
  • Original post

@bostondv
bostondv / style.css
Created March 9, 2012 22:01 — forked from luetkemj/style.css
WordPress: Wordpress classes
/* =============================================================================
WordPress WYSIWYG Editor Styles
========================================================================== */
.entry-content img {
margin: 0 0 1.5em 0;
max-width: 100%;
height: auto;
}
.alignleft, img.alignleft {