new tool: bat

This commit is contained in:
Matthew Ryan Dillon 2025-04-13 15:49:23 -04:00
parent 9023a3349b
commit 235883201d
4 changed files with 2084 additions and 0 deletions

View file

@ -0,0 +1 @@
--theme="Catppuccin Mocha"

File diff suppressed because it is too large Load diff

View file

@ -33,3 +33,4 @@ daily = 'zk new --no-input "$ZK_NOTEBOOK_DIR/journal/daily"'
[tool] [tool]
editor = "hx" editor = "hx"
fzf-preview = "bat -p --color always {-1}"

View file

@ -6,6 +6,7 @@ set -e
eval "$(/opt/homebrew/bin/brew shellenv)" eval "$(/opt/homebrew/bin/brew shellenv)"
brew install \ brew install \
age \ age \
bat \
bzip2 \ bzip2 \
cmus \ cmus \
curl \ curl \