Skip to content

cybrcore/cybr-bat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Showcase

Steps

0. Before you start

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

1. Create theme folder

mkdir -p ~/.config/bat/themes
$EDITOR ~/.config/bat/themes/cybrcore.tmTheme

2. Insert cybr-bat theme

3. Rebuild and check

# Rebuild cache
bat cache --build

# Check if theme is loaded
bat --list-themes

4. Apply theme

You 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"

About

> lucid theme for bat

Topics

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Contributors