]> git.ale.wales Git - dotAle.git/commitdiff
226FR.43340-Blossom
authorTu Puta Madre <chinga@tu.madre>
Sat, 27 Jun 2026 16:24:06 +0000 (10:24 -0600)
committerTu Puta Madre <chinga@tu.madre>
Sat, 27 Jun 2026 16:24:06 +0000 (10:24 -0600)
.gitconfig [new file with mode: 0644]
ale.sh

diff --git a/.gitconfig b/.gitconfig
new file mode 100644 (file)
index 0000000..312b1d1
--- /dev/null
@@ -0,0 +1,5 @@
+[safe]
+       directory = /git/dotAle
+[user]
+       email = chinga@tu.madre
+       name = Tu Puta Madre
diff --git a/ale.sh b/ale.sh
index 37608b81704ed59d52fe120068b24e0264cba3af..b1a8d045e37194c73636d1bcf720639d66abdebf 100755 (executable)
--- a/ale.sh
+++ b/ale.sh
@@ -15,6 +15,7 @@ fi
 # Main
 if [ $isVoid ]; then
     ln -sf /git/dotAle/.zshrc ~/.zshrc
+    ln -sf /git/dotAle/.gitconfig ~/.gitconfig
     mkdir -p /home/ale/.config
     mkdir -p /home/ale/.cache/zsh
     touch /home/ale/.cache/zsh/hist
@@ -31,6 +32,7 @@ if [ $isVoid ]; then
     ln -sf /git/dotAle/ssh/* ~/.ssh/
 else
     ln -sf /git/dotAle/.bashrc ~/.bashrc
+    ln -sf /git/dotAle/.gitconfig ~/.gitconfig
     mkdir -p ~/.config
     cp -r /git/dotAle/config/* ~/.config/
     rm -rf ~/.config/zsh