Git Product home page Git Product logo

sfmono-nerd-font-ligaturized's Introduction

SFMono-Nerd-Font-Ligaturized

This repository contains pre-patched opentype versions of macOS's SFMono fonts with support for Ligatures and Nerd Fonts.

Showcase

image

image

Installation

Manual

Linux

Copy all of the font files to ~/.local/share/fonts

git clone https://github.com/shaunsingh/SFMono-Nerd-Font-Ligaturized.git && cd SFMono-Nerd-Font-Ligaturized
cp *.otf ~/.local/share/fonts

MacOS

  1. Either clone or download and unzip this repository
  2. Highlight and double-click to install all .otf files with Font Book

Homebrew

Needs a working installation of brew

brew tap shaunsingh/SFMono-Nerd-Font-Ligaturized
brew install --cask font-sf-mono-nerd-font-ligaturized

Nix (flake)

Add this repo as an input

inputs = {
  # SFMono w/ patches
  sf-mono-liga-src = {
    url = "github:shaunsingh/SFMono-Nerd-Font-Ligaturized";
    flake = false;
  };
};

Then add the following overlay

(final: prev: {
  sf-mono-liga-bin = prev.stdenvNoCC.mkDerivation rec {
    pname = "sf-mono-liga-bin";
    version = "dev";
    src = inputs.sf-mono-liga-src;
    dontConfigure = true;
    installPhase = ''
      mkdir -p $out/share/fonts/opentype
      cp -R $src/*.otf $out/share/fonts/opentype/
    '';
  };
}) 

Now you can install sf-mono-liga-bin as normal

fonts = {
  fonts = with pkgs; [ sf-mono-liga-bin ];
};

Features

Contains the following Iconsets:

  • fontawesome
  • fontawesomeextentions
  • fontlogos
  • octicons
  • codicons
  • pomicons
  • powerline (height adjusted)
  • powerlineextra (height adjusted)
  • material
  • weather

Ligatures are from FiraCode v3.1

sfmono-nerd-font-ligaturized's People

Contributors

rohanssrao avatar shaunsingh avatar vulfpeck avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sfmono-nerd-font-ligaturized's Issues

Can we make it available in Nerd Font repo?

Currently, there is a new version from nerd-fonts that has new glyph for TOML icon. But I think it would take a long time for you and other to realize. I think this is better if we can get it directly from nerd-fonts. So it can receive update faster and more regularly.

Also, we can make use of some tools like: getnf

Add the tap to Homebrew

Hello, is there a chance this font can be added to Homebrew Cask’s repo? So that tapping won’t be needed. Thx!

Failed to install with Homebrew

Successfully tapped, but installing the cask gives me error.

brew tap shaunsingh/SFMono-Nerd-Font-Ligaturized        
==> Tapping shaunsingh/sfmono-nerd-font-ligaturized
Cloning into '/usr/local/Homebrew/Library/Taps/shaunsingh/homebrew-sfmono-nerd-font-ligaturized'...
remote: Enumerating objects: 4, done.
remote: Counting objects: 100% (4/4), done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 4 (delta 0), reused 4 (delta 0), pack-reused 0
Receiving objects: 100% (4/4), done.
Tapped 1 cask (12 files, 6.1KB)

brew install --cask font-sf-mono-nerd-font-ligaturized
==> Downloading https://formulae.brew.sh/api/cask.jws.json
##O=#  #                                                                      
==> Downloading https://github.com/shaunsingh/SFMono-Nerd-Font-Ligaturized/archi
==> Downloading from https://codeload.github.com/shaunsingh/SFMono-Nerd-Font-Lig
                      -=O=-          #     #     #    #                       
Warning: No checksum defined for cask 'font-sf-mono-nerd-font-ligaturized', skipping verification.
==> Installing Cask font-sf-mono-nerd-font-ligaturized
==> Downloading https://formulae.brew.sh/api/formula.jws.json
##O#-#                                                                        
==> Purging files for version latest of Cask font-sf-mono-nerd-font-ligaturized
Error: It seems the Font source '/usr/local/Caskroom/font-sf-mono-nerd-font-ligaturized/latest/SFMono-Nerd-Font-Ligaturized-Main/LigaSFMonoNerdFont-SemiboldItalic.otf' is not there.

Git signs not showing

I am have been trying to use this on my terminal. I find that the git signs -like the "master" etc not showing on my command prompt.

NF v3.0.0 with new `nf-md` icons

I'm trying to use some new nf-md icons, but they just paste as empty space. This is related to the v3.0.0 release:

With Release v3.0.0 the Material Design Icons were updated and moved to new codepoints.
They are still shown here for reference, but are missing in the actual fonts.

May I ask you to please update the fonts with the new release?

Q: How to install?

How do you install the fonts? Clone the repo and then? Copy the fonts?

brew tap fails due to missing repo shaunsingh/homebrew-SFMono-Nerd-Font-Ligaturized

❯ brew tap shaunsingh/SFMono-Nerd-Font-Ligaturized
==> Tapping shaunsingh/sfmono-nerd-font-ligaturized
Cloning into '/opt/homebrew/Library/Taps/shaunsingh/homebrew-sfmono-nerd-font-ligaturized'...
remote: Repository not found.
fatal: repository 'https://github.com/shaunsingh/homebrew-SFMono-Nerd-Font-Ligaturized/' not found
Error: Failure while executing; `git clone https://github.com/shaunsingh/homebrew-SFMono-Nerd-Font-Ligaturized /opt/homebrew/Library/Taps/shaunsingh/homebrew-sfmono-nerd-font-ligaturized --origin=origin --template=` exited with 128.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.