This is my personal formulae tap for Homebrew.
It’s named after Delirium, a cafe in Brussells, known for its insanely long beer list.
Use the following command to add this tap to your Homebrew installation:
$ brew tap ylectric/delirium
To install, say, Emacs from a formula provided by this tap:
$ brew install ylectric/delirium/emacs
This formula has plethora of options which mostly resemble various Beets plugins.
As of April 2019, it’s been almost a year since the latest stable version was released.
Therefore, some of its code is known to be not compatible with Python 3.7+.
Please prefer the development version available via --HEAD
for now.
This formula is similar to the core one, with the following changes included:
- Support for pretest versions via
devel
spec - Support for multicolor fonts (think emoji) via this gist
- Support for ImageMagick 7 on Emacs 27
This formula provides an easy way to install Palantir’s Python Language Server and its plugins.
An extensive change log can be found in ChangeLog file.
Why not contributing these formulae to homebrew-core?
Some of these formulae will never be integrated into homebrew-core due to their nature, namely:
- Homebrew’s maintainers decided to remove all options from the core formulae
- Homebrew forbids
devel
specs and non-essential patches in the core formulae
As for the rest, I may consider contributing them once I have built enough confidence in their quality.
The code in this repository is licensed under the terms of the BSD 2-Clause License as found in the LICENSE file.
As this is my personal repository, the license you receive to my code is from me and not from my employer (Facebook).