Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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