Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JetBrains Mono for Powerline #336

Closed
seanghay opened this issue Jan 15, 2020 · 11 comments
Closed

Add JetBrains Mono for Powerline #336

seanghay opened this issue Jan 15, 2020 · 11 comments

Comments

@seanghay
Copy link

seanghay commented Jan 15, 2020

JetBrains has just released a new open-source font called JetBrains Mono.

image

@seanghay
Copy link
Author

seanghay commented Jan 15, 2020

Here is my version of patched JetBrains Mono for Powerline. In case anyone wants to use it.

@dagadbm
Copy link

dagadbm commented Jan 16, 2020

yes!

@testing-in-chrome
Copy link

+1

@wyhasany
Copy link

@seanghay
Copy link
Author

seanghay commented Jan 26, 2020

@seanghay could you add non-ascii characters available here?
Falkor/dotfiles:fonts/SourceCodePro%2BPowerline%2BAwesome%2BRegular.ttf@master

I really have no idea how to do that.

@genesistms
Copy link

genesistms commented Feb 2, 2020

EDIT: NerdFont have JetBrainsMono patched...

It can be done without patching the font using fontconfig substitude.
I am on Fedora.

I am using JetBrains Mono and whenever cannot find symbol try to find it in Hack font (or whatever you want to substitude for).

My fontconfig in $HOME/.config/fontconfig/conf.d folder

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
	<!-- SUBSTITUDE -->
	<alias binding="same">
		<family>Hack</family>
		<accept>
			<family>JetBrains Mono</family>
		</accept>
	</alias>
</fontconfig>

@jmigual
Copy link

jmigual commented Feb 20, 2020

Hey, I submitted a PR with that, it's in #337

@imtbl
Copy link

imtbl commented Feb 20, 2020

JetBrains Mono has had official Powerline support since v1.0.2.

@dagadbm
Copy link

dagadbm commented Feb 20, 2020

Does that mean i dont need the nerd font anymore?

@imtbl
Copy link

imtbl commented Feb 20, 2020

Does that mean i dont need the nerd font anymore?

The official version has been working fine for me. I only found out about it a week or so ago myself.

I was maintaining a PKGBUILD of seanghay's patched font in the AUR (user repository for Arch Linux packages) before before but had it removed after someone notified me that Powerline support has been official since v1.0.2.

@seanghay
Copy link
Author

JetBrains Mono has had official Powerline support since v1.0.2.

Coooool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants