Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robertgzr/homebrew-tap
- Owner: robertgzr
- Created: 2015-07-29T18:45:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-27T18:12:15.000Z (over 3 years ago)
- Last Synced: 2023-03-03T04:56:08.022Z (almost 2 years ago)
- Topics: formulae, homebrew, homebrew-tap, iosevka
- Language: Ruby
- Homepage: https://brew.sh
- Size: 43 KB
- Stars: 17
- Watchers: 2
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```