feat(teidesu): added atuin config
This commit is contained in:
parent
60c707560c
commit
b96ef0b7d5
2 changed files with 7 additions and 0 deletions
6
users/teidesu/assets/atuin.toml
Normal file
6
users/teidesu/assets/atuin.toml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
filter_mode_shell_up_key_binding = "directory"
|
||||||
|
style = "compact"
|
||||||
|
exit_mode = "return-query"
|
||||||
|
secrets_filter = false
|
||||||
|
show_tabs = false
|
||||||
|
enter_accept = true
|
|
@ -48,5 +48,6 @@
|
||||||
home.file.".config/alacritty/alacritty.toml".source = ./assets/alacritty.toml;
|
home.file.".config/alacritty/alacritty.toml".source = ./assets/alacritty.toml;
|
||||||
home.file.".config/karabiner/karabiner.json".source = ./assets/karabiner.json;
|
home.file.".config/karabiner/karabiner.json".source = ./assets/karabiner.json;
|
||||||
home.file.".config/new-brave-tab.scpt".source = ./assets/new-brave-tab.scpt;
|
home.file.".config/new-brave-tab.scpt".source = ./assets/new-brave-tab.scpt;
|
||||||
|
home.file.".config/atuin/config.toml".source = ./assets/atuin.toml;
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue