Skip to content

mxalbert1996/homebrew-fonts

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Linuxbrew-fonts

Linuxbrew-fonts is a fork of homebrew-cask-fonts.

Linuxbrew-fonts is a Homebrew Tap which allows you to use the same friendly Homebrew-style CLI workflow for the administration of binary font files on your Linux.

Prerequisites

Fonts are available through homebrew and linuxbrew. So, first you must install Homebrew or Linuxbrew. However this repository is NOT an "external commandโ€ of Homebrew, it is a different from the upstream repository, homebrew/homebrew-cask-fonts. Please caught of that.

Since Homebrew 1.9 or later supports the both platform, you can use this repository with homebrew in Linux too

Letโ€™s try it!

$ brew tap linuxbrew/fonts                 # you only have to do this once!
$ brew install font-inconsolata --HEAD

Working with fontconfig

If you're using major distributions, in single-user installation just type;

$ ln -s /home/linuxbrew/.linuxbrew/share/fonts ~/.local/share/fonts
$ fc-cache -fv

For multi-user installation (requires sudo) type;

$ sudo ln -s /home/linuxbrew/.linuxbrew/share/fonts /usr/local/share/fonts/
$ sudo fc-cache -fv

Then you can use the new font installed by brew.

Development

Submitting a Font Cask and Bugs

When you change file in the upstream repository, I follow your changes, because this repository automatically imports new casks from the repository with a bot program.

Skipping translations by .caskignore

Some casks incompatible with formula-way. Then cask2formula will skip translation by .caskignore. .caskignore is written in Ruby's fnmatch syntax.

Font Licenses

According to homebrew-cask-fonts

Caskroom-fonts will only accept fonts which are freely-distributable. However, even freely-distributable fonts may have limitations (for instance, if you use them in a commercial enterprise). It is the responsibility of the user to know and respect the license of each font.

License

Acknoledgement

The author of this project uses Gitpod to develop this project. Gitpod provides Professional Open Source plan to him.

About

๐Ÿ–‹ Formula of ๏ผฆ๐Ÿ…พ๐“๐“๐š‚ (fork of Caskroom-fonts)

Resources

License

BSD-2-Clause, BSD-2-Clause licenses found

Licenses found

BSD-2-Clause
LICENSE.1
BSD-2-Clause
LICENSE.2

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%