Skip to content

Instantly share code, notes, and snippets.

View alanmanderson's full-sized avatar

Alan Anderson alanmanderson

View GitHub Profile

Keybase proof

I hereby claim:

  • I am alanmanderson on github.
  • I am alanmanderson (https://keybase.io/alanmanderson) on keybase.
  • I have a public key ASBF5-cIS2px9uGzgEla50yWmjcAEX1LJgHj9xtvAkB4Owo

To claim this, I am signing this object:

set number
set tabstop=4 shiftwidth=4 softtabstop=4 expandtab
" Add python style
so ~/.python_vimrc
" Add pathogen autoloader
call pathogen#infect()
" Aliases

Keybase proof

I hereby claim:

  • I am alanmanderson on github.
  • I am alananderson (https://keybase.io/alananderson) on keybase.
  • I have a public key ASDCecO7tiePTD__aNq2WExN5diKLlWOC4Gg38AT-diw2Qo

To claim this, I am signing this object:

<?php
/**
* This script is for easily deploying updates to Github repos to your local server. It will automatically git clone or
* git pull in your repo directory every time an update is pushed to your $BRANCH (configured below).
*
* Read more about how to use this script at http://behindcompanies.com/2014/01/a-simple-script-for-deploying-code-with-githubs-webhooks/
*
* INSTRUCTIONS:
* 1. Edit the variables below
* 2. Upload this script to your server somewhere it can be publicly accessed