fubarhouse.macfonts

Ansible 角色:字体

构建状态 Ansible Galaxy

这个角色旨在为 JetBrains IDE 在 macOSX 系统上安装支持签名的特定字体。

它可配置以从不同位置安装许多字体,并且尽管用途较为小众,但已公开提供。

要求

  • Homebrew

角色变量

默认情况下,运行角色时将安装以下字体:

  - FiraCode
  - Monoid

要配置其他字体,使用以下格式。

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

请注意,如果未指定版本,将自动选择 master 作为版本。

依赖关系

无。

示例剧本

- hosts: localhost
  roles:
    - fubarhouse.macfonts

许可证

MIT / BSD

作者信息

此角色由 Karl Hepworth 于 2016 年创建。

关于项目

Installs fonts from repositories to macOSX

安装
ansible-galaxy install fubarhouse.macfonts
许可证
Unknown
下载
132
拥有者
Lover of all things open source and computers - both hardware and software. My opinions are my own.