dotfiles/.config/broot/conf.hjson

41 lines
741 B
Text
Raw Normal View History

2024-05-24 16:15:55 +02:00
show_selection_mark: true
2024-06-25 19:47:40 +02:00
true_colors: true
2024-05-24 16:15:55 +02:00
icon_theme: nerdfont
special_paths: {
"/media" : {
list: "never"
sum: "never"
}
"~/.config": { "show": "always" }
"trav": {
show: always
list: "always",
sum: "never"
}
# "~/useless": { "show": "never" }
# "~/my-link-I-want-to-explore": { "list": "always" }
}
quit_on_last_cancel: true
content_search_max_file_size: 10MB
enable_kitty_keyboard: true
lines_before_match_in_preview: 1
lines_after_match_in_preview: 1
imports: [
verbs.hjson
{
2024-06-25 19:47:40 +02:00
luma: dark
file: skins/dieter-dark.hjson
2024-05-24 16:15:55 +02:00
}
{
2024-06-25 19:47:40 +02:00
luma: [
light
unknown
]
file: skins/dieter-light.hjson
2024-05-24 16:15:55 +02:00
}
]