From 7ef9cce9fce978ab93a4f4e8ec60c5d8372fdbb2 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 23 Apr 2024 09:11:18 +0200 Subject: [PATCH] Use gitea --- unixconf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unixconf.sh b/unixconf.sh index db29075..d6f316a 100755 --- a/unixconf.sh +++ b/unixconf.sh @@ -20,5 +20,5 @@ SHELL=zsh sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh echo "Setting ZSH as default." echo "exec zsh" >> "$HOME/.bash_profile" -wget https://gitlab.cpy.re/florian/unixconf/raw/master/config/zshrc -O ~/.zshrc -wget https://gitlab.cpy.re/florian/unixconf/raw/master/config/vimrc -O ~/.vimrc +wget https://gitea.cpy.re/Chocobozzz/unixconf/raw/master/config/zshrc -O ~/.zshrc +wget https://gitea.cpy.re/Chocobozzz/unixconf/raw/master/config/vimrc -O ~/.vimrc