mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat: add atuin
This commit is contained in:
2
Brewfile
2
Brewfile
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Submodule private/bin updated: 549d49ebe8...28dc371fc5
Reference in New Issue
Block a user