From: Tu Puta Madre Date: Sat, 27 Jun 2026 16:24:06 +0000 (-0600) Subject: 226FR.43340-Blossom X-Git-Url: https://git.ale.wales/?a=commitdiff_plain;h=ec18d7d2d1a83a1c8dff76d9ed4928780123bbd5;p=dotAle.git 226FR.43340-Blossom --- diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..312b1d1 --- /dev/null +++ b/.gitconfig @@ -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 37608b8..b1a8d04 100755 --- 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