kitty
nerd-fonts
kitty | nerd-fonts | |
---|---|---|
314 | 249 | |
26,659 | 56,770 | |
2.0% | 1.1% | |
9.9 | 9.4 | |
5 days ago | 25 days ago | |
Python | CSS | |
GNU General Public License v3.0 only | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
kitty
- [RFC] Allow terminal programs to display text in different sizes
-
An Actually Productive Arch Linux Setup
kitty
-
Suckless.org: software that sucks less
I quite liked Kitty, and wanted to keep using it. But the slow startup was a deal breaker for me. Even with `--single-instance` it was at least 5x that of st for me, which is noticeable for an app I use very frequently. Besides, I'm not a fan of running a single instance of any app, since if (when) it crashes, all my work is gone.
Then I had a look around their issue tracker, and noticed others complained about this too[1]. And the dismissive and defensive response from the author just rubbed me the wrong way.
[1]: https://github.com/kovidgoyal/kitty/issues/330
-
Analyzing the codebase of Caffeine: a high performance caching library
kitty is very close, which is impressive when you remember that the vast majority of the work is done by one guy (Kovid Goyal).
https://github.com/kovidgoyal/kitty/issues — 0.239% vs 0.137%
https://github.com/kovidgoyal/kitty/issues — 0.729% vs 0.317%
https://github.com/kovidgoyal/kitty/graphs/contributors
-
From iTerm To WezTerm
In recent years, new terminal emulators have appeared. I tried using them mainly for testing macmon. A couple of years ago, I tried switching to kitty, which was faster due to GPU acceleration. However, it required too much customization and still looked very non-native for macOS. GPU acceleration was added to iTerm as well, so I stayed with it.
-
iTerm2 Critical Security Fix
No it's not. The author smuggles opt-out telemetry and is suspiciously abrasive towards users pointing this out.
https://github.com/kovidgoyal/kitty/pull/3544
-
Déjà vu: Ghostly CVEs in my terminal title
It's not just Kitty graphics, the Kitty Keyboard Protocol is a DOS waiting to happen, and Goyal with his customary charm is very hostile to the idea of correcting his mistake: https://github.com/kovidgoyal/kitty/issues/7749
This isn't the only problem with KKB, it must be deprecated and replaced.
- Ghostty 1.0
- Kitty: The fast, feature-rich, GPU based terminal emulator
-
Warp terminal – no more login required
For those that have to bounce between Mac and Linux for work/personal reasons, I cannot recommend Kitty terminal enough.
The main thing that's a big of a pain is you'll probably want to set up a scrollback pager (I use neovim as mine but vim works too) so you easily search the terminal output and copy/paste from it.
I use
# https://github.com/kovidgoyal/kitty/issues/719#issuecomment-...
scrollback_pager nvim -u ~/.config/kitty/kitty-scrollback-pager.vimrc -c "silent write! /tmp/kitty_scrollback_buffer | te cat /tmp/kitty_scrollback_buffer -"
and the scrollback pager vimrc:
```
nerd-fonts
- 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
What are some alternatives?
zsh-autocomplete - 🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
powerline - Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.
alacritty - A cross-platform, OpenGL terminal emulator.
FiraCode - Free monospaced font with programming ligatures
wezterm - A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
Font-Awesome - The iconic SVG, font, and CSS toolkit