atuin: add config and theme
This commit is contained in:
parent
365f01da54
commit
80977aba22
49
dot_config/atuin/config.toml
Normal file
49
dot_config/atuin/config.toml
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
sync_address = "https://atuin.inkch.xyz"
|
||||||
|
sync_frequency = "15m"
|
||||||
|
|
||||||
|
filter_mode = "global"
|
||||||
|
filter_mode_shell_up_key_binding = "host"
|
||||||
|
|
||||||
|
enter_accept = true
|
||||||
|
inline_height = 20
|
||||||
|
invert = true
|
||||||
|
max_preview_height = 9
|
||||||
|
preview.strategy = "fixed"
|
||||||
|
|
||||||
|
show_tabs = false
|
||||||
|
show_help = false
|
||||||
|
prefers_reduced_motion = true
|
||||||
|
|
||||||
|
history_filter = [
|
||||||
|
"^\\.+$",
|
||||||
|
"^\\.+/$",
|
||||||
|
"^a(mv|cp) -g ",
|
||||||
|
"^aunpack ",
|
||||||
|
"^batexa -lag --git$",
|
||||||
|
"^cd ",
|
||||||
|
"^cd$",
|
||||||
|
"^fg$"
|
||||||
|
"^fiztory$",
|
||||||
|
"^history$",
|
||||||
|
"^mcomix",
|
||||||
|
"^mkcd ",
|
||||||
|
"^mkdir ",
|
||||||
|
"^ls$",
|
||||||
|
"^ls -al(g)?$",
|
||||||
|
"^ls -la(g)?$",
|
||||||
|
"^unrar ",
|
||||||
|
"^unzip ",
|
||||||
|
"^z(i)?$", # zoxide
|
||||||
|
"^z(i)? ", # zoxide
|
||||||
|
"^ "
|
||||||
|
]
|
||||||
|
|
||||||
|
common_prefix = [
|
||||||
|
"grc",
|
||||||
|
"doas",
|
||||||
|
"sudo"
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
[theme]
|
||||||
|
name = "my-theme"
|
7
dot_config/atuin/themes/my-theme.toml
Normal file
7
dot_config/atuin/themes/my-theme.toml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[theme]
|
||||||
|
name = "my-theme"
|
||||||
|
parent = ""
|
||||||
|
|
||||||
|
[colors]
|
||||||
|
Annotation = "#DDDDDD"
|
||||||
|
Base = "#999999"
|
Loading…
Reference in New Issue
Block a user