Update config repositories to new references

This commit is contained in:
2026-02-10 16:58:35 +01:00
parent 60b28cbadb
commit e50d56d267

View File

@@ -4,7 +4,7 @@ set -x
cd ~/.config/ cd ~/.config/
if [ ! -d "hypr" ]; then if [ ! -d "hypr" ]; then
git clone git@git.nickr.eu:ArchConfig/hypr git clone git@git.nichkara.eu:dotfiles/hypr
else else
cd hypr cd hypr
git pull git pull
@@ -12,7 +12,7 @@ else
fi fi
if [ ! -d "waybar" ]; then if [ ! -d "waybar" ]; then
git clone git@git.nickr.eu:ArchConfig/waybar git clone git@git.nichkara.eu:dotfiles/waybar
else else
cd hypr cd hypr
git pull git pull
@@ -20,7 +20,7 @@ else
fi fi
if [ ! -d "nvim" ]; then if [ ! -d "nvim" ]; then
git clone git@git.nickr.eu:yannickreiss/nvim git clone git@git.nichkara.eu:nichkara/nvim
else else
cd nvim cd nvim
git pull git pull
@@ -28,7 +28,7 @@ else
fi fi
if [ ! -d "wofi" ]; then if [ ! -d "wofi" ]; then
git clone git@git.nickr.eu:ArchConfig/wofi git clone git@git.nichkara.eu:dotfiles/wofi
else else
cd wofi cd wofi
git pull git pull
@@ -36,7 +36,7 @@ else
fi fi
if [ ! -d "kitty" ]; then if [ ! -d "kitty" ]; then
git clone git@git.nickr.eu:ArchConfig/kitty git clone git@git.nichkara.eu:dotfiles/kitty
else else
cd kitty cd kitty
git pull git pull
@@ -44,7 +44,7 @@ else
fi fi
if [ ! -d "evolution" ]; then if [ ! -d "evolution" ]; then
git clone git@git.nickr.eu:ArchConfig/evolution git clone git@git.nichkara.eu:dotfiles/evolution
else else
cd evolution cd evolution
git pull git pull