Atuin: Add config

This commit is contained in:
Tony Grosinger 2024-07-13 13:13:58 -07:00
parent e0a07cdf70
commit 9727202801
2 changed files with 17 additions and 0 deletions

13
atuin.toml Normal file
View File

@ -0,0 +1,13 @@
# https://docs.atuin.sh/configuration/config/
workspaces = true
keymap_mode = "auto"
enter_accept = true
history_filter = [
"^cd$",
"^lg$",
"^ls$",
"^clear$",
"^vim$",
]

View File

@ -62,6 +62,10 @@ function performSetup() {
mkdir -p ~/.config/lazygit
ln -fns ${DOTFILES_DIR}/.lazygit ~/.config/lazygit/config.yml
echo "Linking Atuin..."
mkdir -p ~/.config/atuin
ln -fns ${DOTFILES_DIR}/atuin.toml ~/.config/atuin/config.toml
echo "Linking tmux..."
linkFile ".tmux.conf"