diff --git a/dot_aliases b/dot_aliases index c272ffc..375fa3e 100644 --- a/dot_aliases +++ b/dot_aliases @@ -38,3 +38,4 @@ alias kp=keepassxc-cli # git alias gcom="git commit -m" +alias gg="lazygit" diff --git a/run_onchange_before_0_install-packages.sh b/run_onchange_before_0_install-packages.sh index 31dd57d..3593a9d 100644 --- a/run_onchange_before_0_install-packages.sh +++ b/run_onchange_before_0_install-packages.sh @@ -5,7 +5,7 @@ set -e echo "Installing packages" sudo apt update -qq -for package in xsel git neovim git ripgrep; do +for package in xsel git git-extras neovim git ripgrep; do if dpkg -s "$package" >/dev/null 2>&1; then echo $package is already installed. else