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