- 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 kittyand cybrcore theme is applied - Make sure fish is installed:
sudo pacman -S fishand cybrcore theme is applied - Make sure bat is installed:
sudo pacman -S bat - See Installation Guide if you're coming from cybr-hyprland and haven't set up prerequisites yet
- bat Github repo
mkdir -p ~/.config/bat/themes
$EDITOR ~/.config/bat/themes/cybrcore.tmTheme2. Insert cybr-bat theme
# Rebuild cache
bat cache --build
# Check if theme is loaded
bat --list-themesYou can either use a command:
bat --theme"cybrcore"Or you can edit the config file:
$EDITOR ~/.config/bat/config
# Paste inside the config file
--theme="cybrcore"
