From 83a64fd1e085aee85aa790ee394dd13e312f3847 Mon Sep 17 00:00:00 2001 From: Devin Dice Date: Sun, 7 Aug 2022 16:12:21 -0400 Subject: [PATCH] Added git config --- rootfs/startup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rootfs/startup.sh b/rootfs/startup.sh index 431b1b9..5a84b4e 100755 --- a/rootfs/startup.sh +++ b/rootfs/startup.sh @@ -81,6 +81,9 @@ HTTP_PASSWORD= cp /cloud9/bashrc.default /home/$USER/.bashrc chown -R $USER:$USER /home/$USER/.bashrc +# Gitconfig +touch /workspace/.ubuntu/gitconfig +ln -sf /workspace/.ubuntu/gitconfig /home/$USER/.gitconfig # cloud9 cp /cloud9/bashrc.default /home/$USER/.bashrc