To setup your computer to work with *.test domains, e.g. project.test, awesome.test and so on, without having to add to your hosts file each time.
- Homebrew
- Mountain Lion -> High Sierra
To setup your computer to work with *.test domains, e.g. project.test, awesome.test and so on, without having to add to your hosts file each time.
version: "3.9" | |
volumes: | |
postgres: | |
services: | |
postgres: | |
image: postgres | |
restart: unless-stopped | |
healthcheck: |
// ==UserScript== | |
// @name Generate branch name for pivotal story | |
// @namespace joekrill.com | |
// @match https://www.pivotaltracker.com/* | |
// @grant GM_setClipboard | |
// @grant GM_addStyle | |
// @version 1.1 | |
// @author Joe Krill | |
// @description Adds a button to Pivotal issues that automatically generates a git branch name and copies it to the clibboard | |
// @require https://cdn.jsdelivr.net/npm/@violentmonkey/dom@2 |