Skip to content

Instantly share code, notes, and snippets.

View bbilginn's full-sized avatar
🍺
mythub

~ ~ bbilginn

🍺
mythub
View GitHub Profile
@bbilginn
bbilginn / new_homebrew_formula.md
Last active September 4, 2024 03:59 — forked from uraimo/new_homebrew_formula.md
Create a new homebrew formula and submit it/private tap

Creating a new Homebrew formula

Simplified procedure extracted from the contribution guidelines and the guide.

Example for a new go application, the install step and the dependencies will be different if you are building something else.

  1. Update brew:

    brew update

/**
* Circular Tooltip (SO)
* http://stackoverflow.com/q/13132864/1397351
*/
* { margin: 0; padding: 0; }
body {
overflow: hidden;
background: url(http://theearlcarlson.com/experiments/amTooltip/img/bg.jpg);
}
/* generic styles for button & circular menu */