≋ kitty
a minimal terminal configuration
warm colors · nerd fonts · powerline tabs
⠿ powerline tabs slanted style, clean separators
⠿ cursor trail smooth animation
⠿ scrollbar interactive, minimal
⠿ mouse bindings vim & nano friendly
⠿ opacity 98% — just enough blur
⠿ performance gpu-accelerated rendering
one line
bash <(curl -fsSL https://raw.githubusercontent.com/gitggaurav/kitty/main/install.sh)detects your OS → installs kitty → installs Agave Nerd Font → drops the config.
manual
kitty
# arch
sudo pacman -S kitty
# ubuntu / debian
sudo apt install kitty
# fedora
sudo dnf install kitty
# macos
brew install kittyfont — ComicShannsMono Nerd Font
# linux
curl -LO https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/ComicShannsMono.zip
unzip ComicShannsMono.zip -d ~/.local/share/fonts/
fc-cache -f
# macos
curl -LO https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/ComicShannsMono.zip
unzip ComicShannsMono.zip -d ~/Library/Fonts/config
mkdir -p ~/.config/kitty
curl -o ~/.config/kitty/kitty.conf \
https://raw.githubusercontent.com/gitggaurav/kitty/main/kitty.conf #181c27 background dark blue-gray
#e8d5b0 foreground warm parchment
#7a9fc2 cursor soft blue
#2a2f3f selection muted indigo
- kitty ≥ 0.32
- any Nerd Font
- linux or macos
MIT · made with care