Coder Social home page Coder Social logo

mahmoudimus / docker-nerd-fonts-patcher Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cdalvaro/docker-nerd-fonts-patcher

0.0 1.0 0.0 26 KB

๐Ÿณ Dockerized Nerd Fonts patcher

Home Page: https://www.nerdfonts.com

Dockerfile 35.07% Makefile 14.59% Shell 50.33%

docker-nerd-fonts-patcher's Introduction

Nerd Fonts Patcher v2.1.0

Dockerfile to build a Nerd Fonts Patcher image for the Docker opensource container platform.

Nerd Fonts is a project that patches developer targeted fonts with a high number of glyphs (icons). Specifically to add a high number of extra glyphs from popular 'iconic fonts' such as Font Awesome โžถ, Devicons โžถ and Octicons โžถ.

Nerd Fonts Sankey Diagram

Patch Your Own Font

Just copy all your fonts you want to patch into $(pwd)/in directory and execute the following command:

docker run --rm \
    --volume $(pwd)/in:/nerd-fonts/in:ro \
    --volume $(pwd)/out:/nerd-fonts/out \
    --user $(id -u):$(id -g) \
    cdalvaro/nerd-fonts-patcher:2.1.0 \
    --quiet --no-progressbars \
    --mono --adjust-line-height --complete --careful

The container will patch all files with extensions .otf and .ttf inside $(pwd)/in and leave them into $(pwd)/out.

More information is available at the official documentation site.

Available Sources

This image can be downloaded from Dockerhub

docker pull cdalvaro/nerd-fonts-patcher:latest

or from Quay.io too.

docker pull quay.io/cdalvaro/nerd-fonts-patcher

docker-nerd-fonts-patcher's People

Contributors

cdalvaro avatar

Watchers

 avatar

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.