#35 A nerd font can bring more happiness to the terminal or the editor

I spend more and more time in my terminal and editors, so it is nice to add a nerd font to them. It makes your (coding) life just a little bit more beautiful. It uses ligatures to combine two characters into a single glyph:

// check the JS fat arrow:
let x = (a, b) => a + b

// and these:
if(a >= b && b <= c){
  a += 4
}

// it even changes www
let link = "www.google.com";

My blog uses the excellent Fira Code:

Font ligatures in Fira Code

On my terminal I use CaskadiaCove, a patched version of Microsoft's CascadiaCode.

The Nerd Fonts project has an excellent overview of fonts for you to download and install:

expand_less brightness_auto