Skip to content

Commit

Permalink
add atuin
Browse files Browse the repository at this point in the history
  • Loading branch information
brettinternet committed May 20, 2024
1 parent fa42fb8 commit 90ccc88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions base/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@ zinit ice as"program" \
atpull'nvim +AstroUpdate'
zinit light AstroNvim/AstroNvim

# Atuin
if [ -x "$(command -v atuin)" ]; then
zinit light atuinsh/atuin
export ATUIN_SYNC_ADDRESS=https://sh.internal.brett.cloud
fi

# -- Colorscheme

Expand Down
1 change: 1 addition & 0 deletions mac/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ brew "lsd"
brew "bat"
brew "trash-cli"
brew "go-task"
brew "atuin"

cask "firefox"
cask "chromium"
Expand Down

0 comments on commit 90ccc88

Please sign in to comment.