From ab21254389aa12fea94c6b254513dd060e747dc8 Mon Sep 17 00:00:00 2001 From: rdl technix Date: Wed, 24 Mar 2021 11:28:51 +0000 Subject: [PATCH] add git setup --- setup-user.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup-user.sh b/setup-user.sh index b1f4032..5916ecd 100755 --- a/setup-user.sh +++ b/setup-user.sh @@ -1,5 +1,8 @@ #!/bin/bash +# setup git +. init-git.sh + # setup tmux . init-tmux.sh