diff options
| author | Christian Cleberg <[email protected]> | 2026-02-17 19:34:11 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-02-17 19:34:11 -0600 |
| commit | d8ea929046e1c98771f70896ad71ce469cb6418f (patch) | |
| tree | b9ab734e9298ea395cd62d37e8eab2b14d388390 | |
| parent | b54339832ecb3c905434edb76cfc70e93f70e0d3 (diff) | |
| download | dotfiles-d8ea929046e1c98771f70896ad71ce469cb6418f.tar.gz dotfiles-d8ea929046e1c98771f70896ad71ce469cb6418f.tar.bz2 dotfiles-d8ea929046e1c98771f70896ad71ce469cb6418f.zip | |
update Brewfile and fix bat alias
| -rw-r--r-- | common/zsh/.zshrc | 2 | ||||
| -rw-r--r-- | macos/Brewfile | 3 |
2 files changed, 4 insertions, 1 deletions
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" |
