Skip to content

cybrcore/cybr-broot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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 and file

mkdir -p ~/.config/broot/skins
$EDITOR ~/.config/broot/skins/cybrcore.hjson

2. Insert cybr-bat theme

3. Apply theme

# Open config
$EDITOR ~/.config/broot/config.hjson

# Enable True Colors and Icons
true_colors: true
icon_theme: nerdfont

# Add skin under luma: [dark] section
file: skins/cybrcore.hjson

# It should look like this:
{
luma: [
	dark
	unknown
]
//file: foo.hjson
//file: bar.hjson
file: skins/cybrcore.hjson
}

4. Restart terminal

pkill $TERM

About

> lucid theme for broot

Topics

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Contributors