feat: add atuin

This commit is contained in:
Stefan Imhoff
2023-06-19 09:07:12 +02:00
parent 3843eebb7a
commit bbeba7c6b2
3 changed files with 6 additions and 1 deletions

View File

@@ -63,6 +63,8 @@ brew "coreutils"
brew "openssl@3"
# Extendable version manager with support for Ruby, Node.js, Erlang & more
brew "asdf"
# Improved shell history for zsh and bash
brew "atuin"
# Bourne-Again SHell, a UNIX command interpreter
brew "bash"
# Clone of cat(1) with syntax highlighting and Git integration

View File

@@ -36,6 +36,9 @@ set --export EDITOR nvim
# asdf Version Manager
source (brew --prefix)/opt/asdf/libexec/asdf.fish
# Atuin
atuin init fish | source
# FZF
set FD_OPTIONS "--follow --exclude .git --exclude node_modules"