DEV Community

Almatin Siswanto
Almatin Siswanto

Posted on

6

Install NerdFont (or any fonts) using the command line in Debian (or other Linux)

I need to install the NerdFonts since I have been installing LazyVim recently. After doing some research, I found that the convenient way to install it was using the command line. Here are the steps.

  1. Go to the NerdFonts website in the download section, then choose the font that you want to install.
  2. Right-click on the download button and Copy the link address menu (depends on what browser you are using, the point is to get the font link)
  3. Open your terminal
  4. Copy this command then update the font link with the link that you just copied.
wget -P ~/.local/share/fonts https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.2/JetBrainsMono.zip \
&& cd ~/.local/share/fonts \
&& unzip JetBrainsMono.zip \
&& rm JetBrainsMono.zip \
&& fc-cache -fv
Enter fullscreen mode Exit fullscreen mode

And that’s it. It will download and install the fonts for you.

Then, you can reload your LazyVim to see the effect.

I hope you found this post useful. Cheers!

Speedy emails, satisfied customers

Postmark Image

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (0)

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more