diff --git a/install/2_cli-tools.sh b/install/2_cli-tools.sh index eec79fb..f2b1eef 100755 --- a/install/2_cli-tools.sh +++ b/install/2_cli-tools.sh @@ -10,6 +10,7 @@ brew install fzf brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-fdk-aac brew install htop brew install jump +brew install lazygit brew install nnn brew install ripgrep brew install switchaudio-osx diff --git a/zsh/aliases b/zsh/aliases index 4881798..b65632c 100644 --- a/zsh/aliases +++ b/zsh/aliases @@ -25,6 +25,7 @@ alias ggpnp='git pull origin $(current_branch) && git push origin $(current_bran alias gsmu='git submodule init && git submodule update' alias gsmuu='git submodule foreach git pull origin master' alias gmo='$EDITOR $(git ls-files -m)' +alias lg='lazygit' # tmux alias t='tmux -u -2'