@@ -0,0 +1,3 @@
+[user]
+ email = andreani.dr@gmail.com
+ name = Douglas A
+#!/bin/sh
+HOME=/home/cmte
+cp git/gitconfig $HOME/.gitconfig
@@ -1,7 +1,7 @@
#!/bin/sh
set -x
-for f in X bash nvim openbox
+for f in X bash nvim openbox git
do
sh $f/main.sh
echo "$f [OK]"