From 3cb2f0b58192fd6a6375c00cd9f0d8bb7345d43d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20=F0=9F=9A=B6?= Date: Tue, 6 Feb 2024 15:13:21 +1100 Subject: [PATCH] Add bat to cli tools --- zshrc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zshrc.sh b/zshrc.sh index 416f689..1e27f75 100644 --- a/zshrc.sh +++ b/zshrc.sh @@ -131,8 +131,8 @@ myzsh_brew_uninstall() { ################################################################################ myzsh_install_cli_tools() { - myzsh_brew_install_or_upgrade openssl readline sqlite3 xz zlib tcl-tk - myzsh_brew_install_or_upgrade git wget fd ripgrep fzf htop jq tree tmux lazygit shellcheck shfmt bottom + myzsh_brew_install_or_upgrade openssl readline sqlite3 xz zlib tcl-tk # required for Python build + myzsh_brew_install_or_upgrade git wget fd ripgrep fzf htop jq tree tmux lazygit shellcheck shfmt bottom bat # Install fzf key bindings "$(brew --prefix fzf)/install" --key-bindings --completion --no-update-rc --no-bash --no-fish [ -f "$HOME"/.tmux.conf ] || ln -s "$MYZSH_INSTALLED_DIR"/tmux.conf "$HOME"/.tmux.conf