Skip to content

Commit

Permalink
Add lazygit to cli tools
Browse files Browse the repository at this point in the history
  • Loading branch information
aminfara committed Feb 8, 2022
1 parent 88f77a5 commit 7a9bba3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions zshrc.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7a9bba3

Please sign in to comment.