robertgzr / homebrew-tap

useful formulae
https://brew.sh
18 stars 11 forks source link

Iosevka formula: supported features #5

Open robertgzr opened 5 years ago

robertgzr commented 5 years ago

https://github.com/be5invis/Iosevka#build-your-own-style

robertgzr commented 5 years ago

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"
robertgzr commented 4 years ago

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 :)

bob-swinkels commented 3 years ago

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 :)