From 7a9bba3dd72e3a420183ef43351a4773e2d9532a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20=F0=9F=9A=B6?= Date: Tue, 8 Feb 2022 22:26:17 +1100 Subject: [PATCH] Add lazygit to cli tools --- zshrc.zsh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zshrc.zsh b/zshrc.zsh index 2742e14..57698fb 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -145,7 +145,7 @@ activate_homebrew() { ################################################################################ install_cli_tools() { - brew_install_or_upgrade git fd ripgrep fzf htop jq gnupg tree tmux + brew_install_or_upgrade git fd ripgrep fzf htop jq gnupg tree tmux lazygit # Install fzf key bindings $(brew --prefix fzf)/install --key-bindings --completion --no-update-rc --no-bash --no-fish ln -s $MYZSH_INSTALLED_DIR/tmux.conf $HOME/.tmux.conf @@ -276,7 +276,8 @@ install_node() { print_line "Install asdf nodejs plugin" asdf plugin add nodejs print_line "Installing nodejs $1" - echo "standard-resolver" > ~/.gnupg/dirmngr.conf + # mkdir -p ~/.gnupg + # echo "standard-resolver" > ~/.gnupg/dirmngr.conf asdf install nodejs $1 asdf global nodejs $1 asdf reshim nodejs