-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
Icons render as on MacOS #199
Comments
Same here. Running 10.13.6 on iTerm. |
same on 10.14.4 and iTerm with zsh FWIW none of the icons in icons.rs render in the browser or any editors on mac either (tried vscode and sublime) |
Instructions say:
After installing nerd-font with brew, I'm not sure what the "correct font" is. |
Totally missed that part of the instructions. I got it working by installing nerd-font with brew and then using |
Thank you! |
For iTerm2 on macOS, my full install process was as follows… 1. Install LSDbrew install lsd 2. Install Homebrew Cask Fontsbrew tap homebrew/cask-fonts 3. Install Hack Nerd Fontbrew cask install font-hack-nerd-font 4. Configure iTerm2 Profile Text Font
Once setup correctly, Hope this helps if anyone else gets stuck. Cheers! 🤓👍 |
Hi @furey , Big thanks for your steps and screens ❤️ . This will go directly into the documentation! |
Very helpful, thanks! Has anyone been able to make this work in Hyper? |
Please, this needs to go into the documentation for MacOS setup. |
@taylorjason I've just been playing around in hyper and have just resolved it. You'll need to follow steps 1, 2, 3 in #199 (comment) and then for step 4 edit .hyper.js and update the fontFamily to look like
|
@benjefferies Thanks for the info. I tried that same thing but no luck. I verified I have the latest stable release of Hyper. |
Do you have the font installed? You can find out by running
|
I do have it installed. I installed with Homebrew and confirmed with font book. |
I just submitted a PR to link to @furey's super helpful comment in the readme 👍 |
I met the same problem with it , thanks! |
thanks! |
The |
@kyrelldixon How did you set the text though? I cannot find an option to select separate text for non-ascii characters |
Hi @msr8 , looks like you are using the apple terminal, I also did not find the option for or, If you would like to keep the font for |
hi @msr8 you have to change your font from "Lucida Console 13 pt" to "Hack Regular Nerd Font Complete 11" |
Expected behavior
According to the documentation, filenames should be preceded by icons indicating whether the directory entry is a file, folder, etc.
Actual behavior
On my Mac (running latest Mojave), in both Terminal and iTerm, and regardless of terminal font selected, all icons render as a box with a square inside: . Here is a screenshot.
The text was updated successfully, but these errors were encountered: