Coder Social home page Coder Social logo

Comments (3)

robertgzr avatar robertgzr commented on June 13, 2024

You can even use the formula for more complicated modifications by simply editing the formula with brew edit iosevka before running the install.

Look for the block that writes the planfile:

File.open("private-build-plans.toml", "w:UTF-8") { |f|
...
end

and insert your own options at the appropriate location like:

  f.puts "design = [\"#{design.join('", "')}\"]"
+ f.puts "italic = [\"v-eszet-traditional\"]"
  f.puts "\n"

from homebrew-tap.

robertgzr avatar robertgzr commented on June 13, 2024

for anybody stumbling over this when looking for a formula to build iosevka from source:

I don't really use a mac much anymore :P I'm not sure when I will around to updating this to version 3.x. Most likely I will do at some point when I have some time/need for it.

Until then if anybody wants to submit a pr, you're very welcome to do so :)

from homebrew-tap.

bob-swinkels avatar bob-swinkels commented on June 13, 2024

Thank you for your excellent work on the Isoveka formula.

I discovered it yesterday wanted to use it; then, I found that it didn't yet support version 3.7, so I updated the formula to support the newest version at this moment. I've changed a few things to match the new documentation better and removed no longer used styles.

Until then if anybody wants to submit a pr, you're very welcome to do so :)

I've done precisely that #13.

Please let me know if there is something that should be changed :)

from homebrew-tap.

Related Issues (6)

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.