Minimal, modern Kitty configuration for Linux and macOS. Features Agave Nerd Font with a custom warm color scheme.
- Clean powerline tabs with slanted style
- Smooth cursor trail animation
- Interactive scrollbar
- Vim/Nano friendly mouse bindings
- 98% background opacity
- Optimized performance settings
bash <(curl -fsSL https://raw.githubusercontent.com/gitggaurav/kitty/main/install.sh)The installer will:
- Detect your operating system
- Install Kitty terminal
- Download and install Agave Nerd Font
- Set up the configuration file
Install Kitty:
# Arch Linux
sudo pacman -S kitty
# Ubuntu/Debian
sudo apt install kitty
# Fedora
sudo dnf install kitty
# RHEL/CentOS
sudo yum install kitty
# macOS
brew install kittyInstall Agave Nerd Font:
# Linux
curl -LO https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Agave.zip
unzip Agave.zip -d ~/.local/share/fonts/
fc-cache -f
# macOS
curl -LO https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/Agave.zip
unzip Agave.zip -d ~/Library/Fonts/Install Config:
mkdir -p ~/.config/kitty
curl -o ~/.config/kitty/kitty.conf https://raw.githubusercontent.com/gitggaurav/kitty/main/kitty.confCustom warm palette with dark background (#181c27) and muted earth tones. Cursor highlights in soft blue.
- Kitty terminal emulator
- Agave Nerd Font or any Nerd Font
- Linux or macOS
MIT