Switch to whitelist-based .gitignore to only track essential configs: nvim, yazi, kitty, zsh, ideavim, karabiner, tmux, scripts, starship. Remove history, compiled files, and plugin dirs from tracking. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
18 lines
278 B
TOML
18 lines
278 B
TOML
[opener]
|
|
play = [
|
|
{ run = 'open -a IINA "$@"', orphan = true, for = "unix", desc='IINA'}
|
|
]
|
|
|
|
[image]
|
|
renderer = "auto"
|
|
|
|
[preview]
|
|
max_width = 2000
|
|
max_height = 2000
|
|
|
|
[plugin]
|
|
prepend_previewers = [
|
|
{ name = "*.md", run = "glow" },
|
|
{ mime = "image/*", run = "zoom" },
|
|
]
|