Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derekstavis/plugin-fonts
Automatically download and install fonts from Google Fonts and Powerline Fonts repositories
https://github.com/derekstavis/plugin-fonts
Last synced: about 8 hours ago
JSON representation
Automatically download and install fonts from Google Fonts and Powerline Fonts repositories
- Host: GitHub
- URL: https://github.com/derekstavis/plugin-fonts
- Owner: derekstavis
- License: mit
- Created: 2015-10-23T11:41:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-06T19:56:58.000Z (about 3 years ago)
- Last Synced: 2023-03-28T21:44:58.336Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 63.5 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### Fonts
>A font package manager for [Oh My Fish][omf-link].[![MIT License](https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square)](/LICENSE)
[![Fish Shell Version](https://img.shields.io/badge/fish-v2.2.0-007EC7.svg?style=flat-square)](http://fishshell.com)
[![Oh My Fish Framework](https://img.shields.io/badge/Oh%20My%20Fish-Framework-007EC7.svg?style=flat-square)](https://www.github.com/oh-my-fish/oh-my-fish)
## Install
```fish
$ omf install fonts
```## Usage
To install a font:
```fish
$ fonts install raleway
```To install a powerline font:
```
$ fonts install --powerline Inconsolata
```To remove fonts:
```fish
$ fonts remove raleway
$ fonts remove Inconsolata
```To list all available fonts
```fish
$ fonts list
```# Font sources
[Google Fonts][google-fonts] and [Powerline Fonts][powerline-fonts] Github
repositories.# License
[MIT][mit] © [Derek Willian Stavis][author] et [al][contributors]
[mit]: http://opensource.org/licenses/MIT
[author]: http://github.com/derekstavis
[contributors]: https://github.com/derekstavis/pkg-fonts/graphs/contributors
[omf-link]: https://www.github.com/oh-my-fish/oh-my-fish[google-fonts]: https://github.com/google/fonts
[powerline-fonts]: https://github.com/powerline/fonts[license-badge]: https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square