🍺 BREW Explorer

← all casks

SF Mono Nerd Font Ligaturized

brew install --cask font-sf-mono-nerd-font-ligaturized vlatest

macOS SF Mono font patched with ligature support and Nerd Font icons for terminals and editors.

Why you might care

If you want SF Mono (Apple's native monospace font) in your terminal or code editor but need programming ligatures and Unicode icon support, this saves you from switching to a completely different font. Popular with developers using Neovim, tmux, or other CLI tools that benefit from Nerd Font glyphs.

Categories

Alternatives

Fira Code JetBrains Mono Cascadia Code Menlo
325
30-day installs · #649
1.1k
90-day · #596
4.6k
365-day · #528
1.0k
★ GitHub stars · updated 2y ago

Links

Blurb generated by claude-haiku-4-5 on today.

Raw metadata
{
  "alternatives": [
    "Fira Code",
    "JetBrains Mono",
    "Cascadia Code",
    "Menlo"
  ],
  "artifacts": [
    {
      "font": [
        "SFMono-Nerd-Font-Ligaturized-main/LigaSFMonoNerdFont-SemiboldItalic.otf"
      ],
      "target": "/$HOME/Library/Fonts/LigaSFMonoNerdFont-SemiboldItalic.otf"
    },
    {
      "font": [
        "SFMono-Nerd-Font-Ligaturized-main/LigaSFMonoNerdFont-BoldItalic.otf"
      ],
      "target": "/$HOME/Library/Fonts/LigaSFMonoNerdFont-BoldItalic.otf"
    },
    {
      "font": [
        "SFMono-Nerd-Font-Ligaturized-main/LigaSFMonoNerdFont-Heavy.otf"
      ],
      "target": "/$HOME/Library/Fonts/LigaSFMonoNerdFont-Heavy.otf"
    },
    {
      "font": [
        "SFMono-Nerd-Font-Ligaturized-main/LigaSFMonoNerdFont-HeavyItalic.otf"
      ],
      "target": "/$HOME/Library/Fonts/LigaSFMonoNerdFont-HeavyItalic.otf"
    },
    {
      "font": [
        "SFMono-Nerd-Font-Ligaturized-main/LigaSFMonoNerdFont-Light.otf"
      ],
      "target": "/$HOME/Library/Fonts/LigaSFMonoNerdFont-Light.otf"
    },
    {
      "font": [
        "SFMono-Nerd-Font-Ligaturized-main/LigaSFMonoNerdFont-LightItalic.otf"
      ],
      "target": "/$HOME/Library/Fonts/LigaSFMonoNerdFont-LightItalic.otf"
    },
    {
      "font": [
        "SFMono-Nerd-Font-Ligaturized-main/LigaSFMonoNerdFont-Medium.otf"
      ],
      "target": "/$HOME/Library/Fonts/LigaSFMonoNerdFont-Medium.otf"
    },
    {
      "font": [
        "SFMono-Nerd-Font-Ligaturized-main/LigaSFMonoNerdFont-MediumItalic.otf"
      ],
      "target": "/$HOME/Library/Fonts/LigaSFMonoNerdFont-MediumItalic.otf"
    },
    {
      "font": [
        "SFMono-Nerd-Font-Ligaturized-main/LigaSFMonoNerdFont-Regular.otf"
      ],
      "target": "/$HOME/Library/Fonts/LigaSFMonoNerdFont-Regular.otf"
    },
    {
      "font": [
        "SFMono-Nerd-Font-Ligaturized-main/LigaSFMonoNerdFont-RegularItalic.otf"
      ],
      "target": "/$HOME/Library/Fonts/LigaSFMonoNerdFont-RegularItalic.otf"
    },
    {
      "font": [
        "SFMono-Nerd-Font-Ligaturized-main/LigaSFMonoNerdFont-Semibold.otf"
      ],
      "target": "/$HOME/Library/Fonts/LigaSFMonoNerdFont-Semibold.otf"
    },
    {
      "font": [
        "SFMono-Nerd-Font-Ligaturized-main/LigaSFMonoNerdFont-Bold.otf"
      ],
      "target": "/$HOME/Library/Fonts/LigaSFMonoNerdFont-Bold.otf"
    }
  ],
  "auto_updates": null,
  "categories": [
    "fonts"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": null,
  "disable_reason": null,
  "disabled": 0,
  "display_name": "SF Mono Nerd Font Ligaturized",
  "enrichment_fetched_at": "2026-06-20T22:44:11+00:00",
  "first_seen": "2026-06-20T00:47:34+00:00",
  "full_token": "font-sf-mono-nerd-font-ligaturized",
  "github_default_branch": "main",
  "github_last_commit_at": "2023-07-02T00:33:46Z",
  "github_readme_excerpt": "# SFMono-Nerd-Font-Ligaturized\nThis repository contains pre-patched opentype versions of macOS\u0027s SFMono fonts with support for Ligatures and Nerd Fonts. \n\n## Showcase\n\u003cimg width=\"1087\" alt=\"image\" src=\"https://user-images.githubusercontent.com/71196912/205556850-5805aad7-3500-4a98-9ef2-b0cdc6aff957.png\"\u003e\n\u003cimg width=\"1514\" alt=\"image\" src=\"https://user-images.githubusercontent.com/71196912/205555115-7079b836-2c7e-43d7-b81b-256cc8d12807.png\"\u003e\n\n## Installation\n### Manual\n#### Linux\nCopy all of the font files to `~/.local/share/fonts`\n```sh\ngit clone https://github.com/shaunsingh/SFMono-Nerd-Font-Ligaturized.git \u0026\u0026 cd SFMono-Nerd-Font-Ligaturized\ncp *.otf ~/.local/share/fonts\n```\n\n#### MacOS\n1. Either clone or download and unzip this repository\n2. Highlight and double-click to install all `.otf` files with Font Book\n\n### Homebrew\nNeeds a working installation of `brew`\n```sh\nbrew tap shaunsingh/SFMono-Nerd-Font-Ligaturized\nbrew install --cask font-sf-mono-nerd-font-ligaturized\n```\n\n### Nix (flake)\nAdd this repo as an input \n```nix\ninputs = {\n  # SFMono w/ patches\n  sf-mono-liga-src = {\n    url = \"github:shaunsingh/SFMono-Nerd-Font-Ligaturized\";\n    flake = false;\n  };\n};\n```\n\nThen add the following overlay\n```nix\n(final: prev: {\n  sf-mono-liga-bin = prev.stdenvNoCC.mkDerivation rec {\n    pname = \"sf-mono-liga-bin\";\n    version = \"dev\";\n    src = inputs.sf-mono-liga-src;\n    dontConfigure = true;\n    installPhase = \u0027\u0027\n      mkdir -p $out/share/fonts/opentype\n      cp -R $src/*.otf $out/share/fonts/opentype/\n    \u0027\u0027;\n  };\n}) \n```\n\nNow you can install `sf-mono-liga-bin` as normal\n```nix\nfonts = {\n  fonts = with pkgs; [ sf-mono-liga-bin ];\n};\n```\n\n## Features\nContains the following Iconsets:\n- fontawesome\n- fontawesomeextentions\n- fontlogos\n- octicons\n- codicons\n- pomicons\n- powerline (height adjusted)\n- powerlineextra (height adjusted)\n- material\n- weather\n\nLigatures are from FiraCode v3.1\n",
  "github_repo": "shaunsingh/SFMono-Nerd-Font-Ligaturized",
  "github_stars": 1043,
  "github_topics": [],
  "homepage": "https://github.com/shaunsingh/SFMono-Nerd-Font-Ligaturized",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 325,
  "installs_365d": 4600,
  "installs_90d": 1085,
  "last_seen": "2026-06-20T00:47:34+00:00",
  "llm_generated_at": "2026-06-20T23:05:03+00:00",
  "llm_model": "claude-haiku-4-5",
  "names": [
    "SF Mono Nerd Font Ligaturized"
  ],
  "one_liner": "macOS SF Mono font patched with ligature support and Nerd Font icons for terminals and editors.",
  "rank_30d": 649,
  "rank_365d": 528,
  "rank_90d": 596,
  "raw_hash": "f68c439d17344a47",
  "ruby_source_path": "Casks/font/font-s/font-sf-mono-nerd-font-ligaturized.rb",
  "tap": "homebrew/cask",
  "token": "font-sf-mono-nerd-font-ligaturized",
  "version": "latest",
  "why_use_this": "If you want SF Mono (Apple\u0027s native monospace font) in your terminal or code editor but need programming ligatures and Unicode icon support, this saves you from switching to a completely different font. Popular with developers using Neovim, tmux, or other CLI tools that benefit from Nerd Font glyphs."
}