On Arch, I think it's best just to install `ttf-nerd-fonts-symbols` and use it as a fallback, rather than use patched versions of the fonts themselves. The patching process quite often ruins the font, regarding things like advanced otf features, kerning rules, and so on. I use Fira Code, and the nerd font version doesn't have all the nice features the regular version does. The kitty terminal documentation has a nice explanation for why you shouldn't use patched fonts.
@Danielddiniz2 жыл бұрын
My face as One of my best Linux Channels dropping a Video for my enjoyment: 😀 Steve, I loved the Bike 🏍 warm up at the start! You rock my friend 🥇
@hexearth82582 жыл бұрын
Been riding motorcycles for more than 10 years, and I most enjoy it on the Winter. Rarely drive during the summer. And RE has some great bikes now like the Himalayan, my RE favorite. And well, time for a little maintenance on the fonts on my machine... I have too much Noto fonts... they are done today.
@donaldmickunas85522 жыл бұрын
Hey OTB, I always enjoy your tutorial videos. This one is no exception. Thanks for all your hard work. Take care. 🙂
@taidee2 жыл бұрын
Thanks OTB, I've long downloaded the complete collection from AUR, it makes life easy for me, so that I don't ever see that failure to render issue, it used to happen a lot. Nice intro there with the bike, thank you 😎
@HelmutFischer-thehefi2 жыл бұрын
Great start of video! You should change your intro to the Royal Enfield appearance!
@JonathanSteadman20032 жыл бұрын
I really like your motorbike. Very nice. :)
@Kwales662 жыл бұрын
Love your bike.
@NOPerative2 жыл бұрын
NERDS! LOL Awesome! Okay, I'm done now. Good vid - again!
@RobBoudreau2 жыл бұрын
Bike sounds great Steve, makes me jealous. It'll be another month or more yet before riding weather here. I do hope the weather warms more for you soon, I know how strong the itch to ride is. 😉 Looks like you were using i3. Was using Sway myself for about a week, but some software I use still has trouble with Wayland, so back to bspwm for now. Sway was solid, no problems with it, kinda like it, but I need my software to work properly. Some people say they have problems with the patched Nerd fonts, never had myself. Been using them for years without issue. Great video as always, cheers!
@OldTechBloke2 жыл бұрын
Cheers Rob, I need to try sway soon myself
@t74devkw2 жыл бұрын
My only issue with Nerd Font is that their Font Awesome version is very outdated
@YrmiZ2 жыл бұрын
Some of the nerd fonts looks completely different than their original versions. For example: FiraMono and JetBrains Mono.
@marioschroers73182 жыл бұрын
Recently installed Nerd Fonts on my laptop. Reason why? On my PC, powerlevel10k displays folder icons nicely, while my laptop does not. Will have to rerun the config wizard at some point. Btw, very nice bike, sir. 😎 Update: I use JetBrains Mono as my terminal font in st. So I installed a Nerd Font version of JetBrains Mono, and yet icons didn't render as expected, and the joining line on a two-line prompt was slashed. Installing the nerd-font-complete package fixed this issue. My prompt now renders as nicely on my laptop as it does on my computer. However, nerd-font-complete is a huge package. Using fc-list | grep "font-name", you get a list of all installed variants of your terminal font to narrow down the choices. I guess I will backup these fonts locally or on my Gitlab and try to write a quick install script for my upcoming distro switch or reinstall. Update 2: Don't know with other terminals, but in st, I have "Jetbrains Mono" configured as my terminal font, *not* the Nerd Font version. Don't know if that will make any difference, but in case you run into issues with Nerd Fonts, see if they work with just the regular font name.
@codychan49922 жыл бұрын
May I ask, what is the font manager you are using? 03:00
@OldTechBloke2 жыл бұрын
Gnome character map
@zen-ventzi-marinov2 жыл бұрын
Where can we find the difference between the fonts on the download page, except for looks? I.e. do they all include all the icons with just difference in the looks or do they include different icons/packages of icons?
@BrucesWorldofStuff2 жыл бұрын
Awesome way to start a video! Voom Voom! :-) Hahaha, I downloaded the whole Nerd Font 2+gigs... :-) I put all my fonts in ~/.fonts so when I reinstall there already found by the OS (Arch, MX, etc) and reinstalling not needed... I use Nerd fonts totally nowaday. Thanks for the video OTB Cheers! LLAP You need a shot of you rising off on the bike as a ending for the video with a big Arch "A" on the back of your jacket... :-P Just saying... LOL
@OldTechBloke2 жыл бұрын
Im going to have to figure out something for sure Bruce :-)
@Bigdog17872 жыл бұрын
I have a custom desktop look I made my self I don't use any standard font it's a military theme desktop so I found a military font that I been using for it.🥰 Maybe one day I'll release the theme I just have not till I release my custom computer case that I designed it around. There also nothing like it I look other ideas from other rainmeter people and heavy modified it. Like someone has a drop down menu for a desktop I extracted that out from everything else and designed a folder viewer out of it so you can assign it to a folder and anything you put inside it auto shows up icons and all.🤭 That alone is so unique you won't find it on any other rainmeter theme.
@dougtilaran34962 жыл бұрын
Old guys need cave fonts
@encapsulatio2 жыл бұрын
Would you please be willing to show in depth and "explain like I'm 6 years old" how to install tar files and all types of archive binaries that you can install? There are not very good videos on youtube on how to do that from beginning to end and people usually do now explain why the syntax is as it is, they just list syntax without any context. Thank you!
@OldTechBloke2 жыл бұрын
There is no single method for installing packages from source as it depends what the source code actually is. You would normally read the read me file inside the archive to find out what is necessary. However, you rarely need to do this anymore as package managers make the process very easy. I would advise against installing from source if you are unfamiliar with Linux itself as you will need to do manually deal with dependencies and upgrading and removing packages installed in this way is much more difficult
@encapsulatio2 жыл бұрын
@@OldTechBloke But I don't want to install from source but install binaries manually. Some times I do not have internet but have on the USB those binaries so it's not great that I can't install them. I'm interested how to do this only for Arch based distros. A guide from you would be very helpful because from what i see rarely do you really make actual tutorials where you go step by step in how to achieve different tasks in the terminal.
@OldTechBloke2 жыл бұрын
Again though, what kind of binaries? Are you talking about package builds downloaded from the aur or something else? Arch Linux and the Pac-Man system is designed to be used whilst online so that dependencies can be resolved. Your question is way too broad to provide a simple answer I’m afraid, and users of Arch Linux should already understand the terminal as it is not really suitable for beginners. I also don’t want to produce a video about the basics as it wouldn’t interest most of my viewers or, let’s be honest, myself
@encapsulatio2 жыл бұрын
@@OldTechBloke In my case calibre-5.38.0-x86_64.txz
@OldTechBloke2 жыл бұрын
I’ve just looked at their page and it tells you what to do, although I would definitely not follow that as it could break your system if you don’t know what you’re doing. Just install from the aur when you’re online
@samsungsarsamsungsar77922 жыл бұрын
Hi. Please introduce some application for learning and practicing English on Linux.
@OldTechBloke2 жыл бұрын
I’m afraid this isn’t something I know anything about
@frclayton Жыл бұрын
Muito bom! o Vicious é um tanto estranho. Gostaria de ver, se possível, o widget p/ weather (previsão do tempo). Abração!
@entrepreneurialhacks2 жыл бұрын
how can I set up a Nerd Fonts on Ubuntu I wanna use it for starship.
@OldTechBloke2 жыл бұрын
Just download the fonts and install them locally, probably .local/share/fonts. But do a Google search to confirm where Ubuntu puts them
@zeocamo2 жыл бұрын
i love you and your vid man, but the WHITE burning of eye balls is ... not fun,, please use a Dark skin for videos thx