ghaiklor / iterm-fish-fisher-osx

Semi-automatic installer for Command Line Tools + Homebrew + iTerm2 + Fish Shell + Fisher + Plugins/Themes
MIT License
375 stars 56 forks source link

Using Manual install: Link to the font is broken #9

Closed DeviousPenguin closed 4 years ago

DeviousPenguin commented 4 years ago

I'm using the Manual install method and the link to the font now seems broken:

https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Meslo/M-DZ/complete/Meslo%20LG%20M%20DZ%20Regular%20Nerd%20Font%20Complete%20Mono.otf

It looks like there is a similar file in the github repo for Nerd Fonts but it's a TTF file, would this work OK?

ghaiklor commented 4 years ago

@DeviousPenguin thanks for report. I have actual links in Bash script, you can use ones from there. In parallel I'll update links in guide.

Regard to font and color scheme, these are valid links

COLOR_SCHEME_URL="https://raw.githubusercontent.com/MartinSeeler/iterm2-material-design/master/material-design-colors.itermcolors"
NERD_FONT_URL="https://github.com/ryanoasis/nerd-fonts/blob/25eec835188d2316ef3fe59820950d9f90c5bcf4/patched-fonts/Meslo/M-DZ/Regular/complete/Meslo%20LG%20M%20DZ%20Regular%20Nerd%20Font%20Complete%20Mono.ttf?raw=true"
ghaiklor commented 4 years ago

I've updated broken links in manual, thanks again

https://github.com/ghaiklor/iterm-fish-fisher-osx/commit/9787839d4447632efa780364bb476e24a04c2758

DeviousPenguin commented 4 years ago

No problem, thanks very much for fixing :)