From 0a63257a1be07aa72fea247c406227217274a7d3 Mon Sep 17 00:00:00 2001 From: Adam Lamers Date: Mon, 13 Nov 2023 16:24:43 -0500 Subject: [PATCH] add git to setup --- common_shell_functions | 1 + 1 file changed, 1 insertion(+) diff --git a/common_shell_functions b/common_shell_functions index 7a8cc47..ebe7d99 100644 --- a/common_shell_functions +++ b/common_shell_functions @@ -148,6 +148,7 @@ function init_apt() { tmux \ net-tools \ ripgrep \ + git \ } function init_debian() {