1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Alf Configuration File
# First-run: This file is created after running `alf init`
[]
# Shell files to parse (supports glob patterns)
# Configure these paths during first-run initialization
= [
# Examples (will be populated by `alf init`):
# "~/.zshrc",
# "~/.bashrc",
# "~/.config/zsh/**/*.zsh",
]
[]
# Search options for nucleo matcher
= "smart" # Options: "ignore", "smart", "respect"
= true # Unicode normalization
= true
= true
[]
# Selected theme
# Options: default, gruvbox, nord, dracula, solarized,
# catppuccin, tokyonight, shades_of_purple
= "default"
# Keybinding mode (currently only vim is supported)
= "vim"
[]
# Show type badges next to entries (alias/function)
= true
# Enable syntax highlighting in detail view
= true
# Parse and display comments from shell files
= true