diff --git a/deploy_dotfiles.sh b/deploy_dotfiles.sh index f51cdcb..72b3cea 100755 --- a/deploy_dotfiles.sh +++ b/deploy_dotfiles.sh @@ -59,7 +59,7 @@ if [ ! -d "$HOME/.local/share/chezmoi/.git" ]; then mkdir -p "$HOME/.vim/backup" echo "Application des dotfiles …" cd "$HOME" || exit - "$HOME/.bin/chezmoi" init --apply --verbose https://git.sysnove.net/jrabier/dotfiles + "$HOME/.bin/chezmoi" init --apply --verbose https://git.zat.im/taziden/dotfiles echo "Application des dotfiles terminée" else echo "Mise à jour de chezmoi" diff --git a/dot_zsh/functions b/dot_zsh/functions index d1d5aba..8f8ec12 100644 --- a/dot_zsh/functions +++ b/dot_zsh/functions @@ -12,7 +12,7 @@ lesscert () { deploy_dotfiles () { echo "Début du déploiement" - ssh $1 -t 'bash -ic "curl -sfL https://git.sysnove.net/jrabier/dotfiles/raw/branch/master/deploy_dotfiles.sh | sh"' \ + ssh $1 -t 'bash -ic "curl -sfL https://git.zat.im/taziden/dotfiles/raw/branch/master/deploy_dotfiles.sh | sh"' \ && echo "Déploiement terminé avec succès" \ || echo "Déploiement échoué" }