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

Fastest way to install all the fonts? [windows/linux] #157

Open
dragons4life opened this issue Jun 1, 2016 · 6 comments
Open

Fastest way to install all the fonts? [windows/linux] #157

dragons4life opened this issue Jun 1, 2016 · 6 comments

Comments

@dragons4life
Copy link

No description provided.

@chrissimpkins
Copy link
Owner

Could consider a script to do this on *nix systems. Interested in helping to pull this together?

@mpathy
Copy link

mpathy commented Aug 7, 2016

Could help maybe.

But just have a look at how the powerline font guys have done it:
https://github.com/powerline/fonts

Look for the install scripts:
https://github.com/powerline/fonts/blob/master/install.sh

And maybe note them here, because powerline fonts are an even better improvement then only coding fonts because you can do crazy stuff in vim, on the console and so on (Powerline, Airline, or Shell prompts like the agnoster one..

@chrissimpkins
Copy link
Owner

Thanks for the feedback!

1 similar comment
@chrissimpkins
Copy link
Owner

Thanks for the feedback!

@choyrim
Copy link

choyrim commented Oct 21, 2016

I made a powershell script to install all the *.ttf inside the zip on my windows box. It goes thru the zip copies all *.ttf to $env:TEMP and then uses the shell to install to the font directory. It requires running as adminstrator role.

> .\install-fonts-in-zip.ps1 [<codeface zip>]

defaults to codeface-fonts.zip in the current directory. the script will install each font if it doesn't find the font file already in there. you will see a popup progress bar for each and every font installed.

bugs: it has a problem with the gohufonts. it always complains that it has already been installed. so you have to manually click ok.

install-fonts-in-zip.zip

@chrissimpkins
Copy link
Owner

👍 thank you!

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

4 participants