From e50efde52853210562e07f8cd5a4721019540f35 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Tue, 6 Jan 2026 10:56:51 +0100 Subject: [PATCH 1/2] add lazygit gg alias --- dot_aliases | 1 + 1 file changed, 1 insertion(+) 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" From ae4b4efd95892c87c8b61ab57ccfd88c09fcbdb2 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Wed, 7 Jan 2026 09:27:59 +0100 Subject: [PATCH 2/2] add git-extras --- run_onchange_before_0_install-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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