replace repo
This commit is contained in:
parent
c140c78d8c
commit
50b827537d
@ -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"
|
||||
|
||||
@ -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é"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user