diff options
| -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" |
