From d8ea929046e1c98771f70896ad71ce469cb6418f Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 17 Feb 2026 19:34:11 -0600 Subject: update Brewfile and fix bat alias --- common/zsh/.zshrc | 2 +- macos/Brewfile | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/common/zsh/.zshrc b/common/zsh/.zshrc index d7e6293..70351da 100644 --- a/common/zsh/.zshrc +++ b/common/zsh/.zshrc @@ -74,7 +74,7 @@ fi alias l='eza -lah --icons --git --group-directories-first --header' alias cd="z" -alias cat="bat" +alias cat="bat --paging=never --theme=Coldark-Cold" alias mkdir="mkdir -p" alias grep="ripgrep" alias find="fd" diff --git a/macos/Brewfile b/macos/Brewfile index bce87b0..a4a680a 100644 --- a/macos/Brewfile +++ b/macos/Brewfile @@ -29,6 +29,9 @@ brew "yazi" brew "lazygit" brew "direnv" brew "tldr" +brew "bat" +brew "ripgrep" +brew "fd" # Casks cask "iterm2" -- cgit v1.2.3