Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robertgzr/homebrew-tap

useful formulae
https://github.com/robertgzr/homebrew-tap

formulae homebrew homebrew-tap iosevka

Last synced: about 1 month ago
JSON representation

useful formulae

Awesome Lists containing this project

README

        

### How to use this repository?
https://github.com/Homebrew/brew/blob/master/docs/Taps.md

```
.
├── README.md
├── bootloadhid.rb
├── chromium-build.rb
├── hwmonitor.rb
├── iosevka.rb
├── simulavr.rb
└── woff2.rb
```

## bootloadhid.rb
The formula uses my fork of the original repository by [ajd4096](https://github.com/ajd4096), that adds a simple build switch.

## iosevka.rb
This formula builds [Iosevka](https://github.com/be5invis/iosevka) from source.
Customizations listed in https://github.com/be5invis/Iosevka#build-your-own-style are supported (see [the tracking issue](https://github.com/robertgzr/homebrew-tap/issues/5) for current
status).

Run `brew info iosevka` to see the options.

It is possible to also build Iosevka Slab and the `.woff` web fonts (with the same variants set).

If you don't want to make any modifications you can also just download and install via `brew cask`:
```bash
$ brew tap homebrew/cask-fonts
$ brew cask install font-iosevka
```