Skip to content

Commit

Permalink
Add bat to cli tools
Browse files Browse the repository at this point in the history
  • Loading branch information
aminfara committed Feb 6, 2024
1 parent 9a5e3d1 commit 3cb2f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zshrc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3cb2f0b

Please sign in to comment.