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