Overview
Kitty is a fast, feature-rich, GPU-accelerated terminal emulator with extensive customization options. This configuration uses JetBrains Mono Nerd Font and includes two TokyoNight-inspired themes.Main configuration
The primary configuration is in.config/kitty/kitty.conf:
Font settings
Font family
Font family
JetBrains Mono Nerd Font provides excellent readability and includes powerline glyphs and icons:
Font variants
Font variants
Bold, italic, and bold-italic variants are automatically selected:
Tab bar configuration
Kitty features a customized powerline-style tab bar:The tab bar shows the number of windows in each tab when there’s more than one window.
Window settings
Padding
5 pixels of padding around terminal content
Audio bell
Audio bell is disabled for distraction-free work
Borders
No window borders for a clean look
Opacity
Dynamic background opacity support enabled
Background opacity
Dynamic opacity adjustment is enabled:Custom keybindings
New windows and tabs open in the current working directory:Theme configuration
The configuration includes two TokyoNight-inspired themes.TokyoDark theme
Currently active theme (.config/kitty/tokyodark.conf):
TokyoNight theme
Alternative theme available (.config/kitty/tokyonight.conf):
The TokyoNight theme includes additional configurations for cursor, selection, URL colors, and tab bar styling.
Switching themes
To switch between themes, editkitty.conf and change the include line:
Installation
Install Kitty and JetBrains Mono Nerd Font, then symlink the configuration:After changing the configuration, reload Kitty with
Ctrl+Shift+F5 or restart the terminal.