Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
Date: [[Date of Document]] Between [Our Company] and [Your Company]
We’re not big on formality, but sometimes it’s best to have a few simple things written down so that we’re all on the same page. In this contract you won’t find complicated legal terms or large passages of unreadable text. We have no desire to trick you into signing something that you might later regret. We do want what’s best for the safety of both parties, now and in the future.
I've done the same process every couple years since 2013 (Mountain Lion, Mavericks, High Sierra, Catalina) and I updated the Gist each time I've done it.
I kinda regret for not using something like Boxen (or anything similar) to automate the process, but TBH I only actually needed to these steps once every couple years...
The following terms and conditions, together with a signed project proposal, form an agreement that is intended to protect both parties, and is no way meant to trick or deceive you. We have tried to keep the wording as plain as possible, but if anything is unclear we will be more than happy to clarify it with you.
In short, [CLIENT COMPANY] (referred to herein as “you”) is engaging SJD Digital (referred to herein as “us” & “we”), to undertake the work as specified in the attached proposal, and under the requirements of these terms and conditions.
We will do our best to meet all agreed deadlines. You agree to review our work and provide feedback and approval in a timely manner. You accept that delays in supplying required information or materials may result in longer delays to the delivery of the finished work.
#!/bin/sh | |
#Heavily borrowed from: | |
#https://gist.github.com/t-io/8255711 | |
#http://mattstauffer.co/blog/setting-up-a-new-os-x-development-machine-part-2-global-package-managers | |
#https://gist.github.com/millermedeiros/6615994 | |
echo Install Homebrew | |
#next two lines ensure that apps are installed to applications but doesn't seem to take effect :-( | |
export HOMEBREW_CASK_OPTS="--appdir=/Applications" | |
echo HOMEBREW_CASK_OPTS="--appdir=/Applications" >> ~/.bash_profile |
# Ignore everything in this directory | |
* | |
# Except this file | |
!.gitignore |