- Make sure Geist Mono Nerd Font is installed, you can do that from terminal with:
curl -L https://github.com/ryanoasis/nerd-fonts/releases/latest/download/GeistMono.zip -o GeistMono.zip
mkdir -p ~/.local/share/fonts
unzip GeistMono.zip -d ~/.local/share/fonts/GeistMono
fc-cache -fv- Make sure kitty is installed:
sudo pacman -S kitty - See Installation Guide if you're coming from cybr-hyprland and haven't set up prerequisites yet
- kitty Github | Arch wiki
mkdir -p ~/.config/kitty/themes
$EDITOR ~/.config/kitty/themes/cybrcore.conf2. Insert cybrcore theme
$EDITOR ~/.config/kitty/themes/cybrcore.confpkill kitty && include themes/cybrcore.conf
