SaaSHub helps you find the best software and product alternatives Learn more →
Nerd-fonts Alternatives
Similar projects and alternatives to nerd-fonts
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
ohmyzsh
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
cascadia-code
This is a fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal.
-
-
-
-
-
-
caskaydia-cove
Caskaydia Cove is a fork of the Cascadia Code typeface with the RFN (Reserved Font Name) removed, plus small adjustments to conform to the Google Fonts spec.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
nerd-fonts discussion
nerd-fonts reviews and mentions
- Nerd Fonts: 3,600 Icons and 50 Patched Fonts for Developers
-
(Youtube blogpost) Building Tree Link app with Svelte and Tailwind CSS
iTerm2 is a fast terminal emulator for macOS. Install one of Nerd Fonts for displaying fancy glyphs on your terminal. My current choice is Hack. And use it on your terminal app. For example, on iTerm2:
-
Install Nerd Fonts (or any fonts) easily in Linux
./install-font.sh https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/Hack.zip
-
Bro Install Neovim On Windows And Setup Neovim Without Neovim Package Manager 🙀
D2Coding 😹 extract and install all your font and gone to the windows terminal settings
-
ZSH with Starship
# Tạo thư mục tạm để lưu các tệp tải về mkdir ~/nerd-fonts && cd ~/nerd-fonts # Tải xuống các tệp zip wget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/DroidSansMono.zip wget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/NerdFontsSymbolsOnly.zip # Giải nén DroidSansMono unzip DroidSansMono.zip -d DroidSansMono # Giải nén NerdFontsSymbolsOnly unzip NerdFontsSymbolsOnly.zip -d NerdFontsSymbolsOnly sudo mkdir -p /usr/share/fonts/truetype/nerd-fonts sudo cp DroidSansMono/*.otf /usr/share/fonts/truetype/nerd-fonts/ sudo cp NerdFontsSymbolsOnly/*.ttf /usr/share/fonts/truetype/nerd-fonts/ sudo fc-cache -fv
- Nerd Fonts: Over 50 Patched Fonts with 3,600 Icons for Devs and Designers
- 🚀 Um Guia Prático para Configurar Zsh, Oh My Zsh, asdf e Spaceship Prompt com Zinit para Seu Ambiente de Desenvolvimento
-
🚀 A Hands-On Guide to Setting Up Zsh, Oh My Zsh, asdf, and Spaceship Prompt with Zinit for Your Development Environment
Go to the Nerd Fonts GitHub repository and download your preferred font (e.g., Hack or Roboto Mono).
- Oh My Posh- Powershell Terminal Setup
-
Install NerdFont (or any fonts) using the command line in Debian (or other Linux)
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
-
A note from our sponsor - SaaSHub
www.saashub.com | 10 Dec 2024
Stats
ryanoasis/nerd-fonts is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of nerd-fonts is CSS.