Skip to content

Instantly share code, notes, and snippets.

View willmcclellan's full-sized avatar

Will McClellan willmcclellan

  • https://www.operativeintelligence.com/
  • Melbourne
View GitHub Profile

Contract Killer 3

Revised date: 07/11/2012

Between us [company name] and you [customer name]

Summary:

We’ll always do our best to fulfil your needs and meet your expectations, but it’s important to have things written down so that we both know what’s what, who should do what and when, and what will happen if something goes wrong. In this contract you won’t find any complicated legal terms or long passages of unreadable text. We’ve no desire to trick you into signing something that you might later regret. What we do want is what’s best for both parties, now and in the future.

@willmcclellan
willmcclellan / magit.sh
Created August 17, 2019 05:13 — forked from alphapapa/magit.sh
Run a standalone Magit editor!
#!/bin/bash
# Run a standalone Magit editor! To improve startup speed, this
# script ignores the user's Emacs init files and only loads the Emacs
# libraries Magit requires.
# Note that this does NOT install any packages. Magit and its
# dependencies must already be installed in ~/.emacs.d.
dependencies=(magit async dash with-editor git-commit transient)