fubarhouse.macfonts

Ansible Role: Fonts

Build Status Ansible Galaxy

This role helps install specific fonts that support signatures on macOS systems for use in JetBrains IDEs.

You can configure it to install different fonts from various sources, and it is available for public use even though it serves a specific purpose.

Requirements

  • Homebrew

Role Variables

By default, these fonts are installed when you run the role:

- FiraCode
- Monoid

To set up other fonts, use this format:

fonts:
  - name: Monoid
    archive: https://github.com/jb-dmitry/monoid.git
    version: master
    directory: Monoisome
    files:
      - Monoisome-Regular.ttf

If you don't specify a version, it will automatically use the master version.

Dependencies

None.

Example Playbook

- hosts: localhost
  roles:
    - fubarhouse.macfonts

License

MIT / BSD

Author Information

This role was created in 2016 by Karl Hepworth.

Informazioni sul progetto

Installs fonts from repositories to macOSX

Installa
ansible-galaxy install fubarhouse.macfonts
Licenza
Unknown
Download
132
Proprietario
Lover of all things open source and computers - both hardware and software. My opinions are my own.