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/
if [ ! -d "hypr" ]; then
git clone git@git.nickr.eu:ArchConfig/hypr
git clone git@git.nichkara.eu:dotfiles/hypr
else
cd hypr
git pull
@@ -12,7 +12,7 @@ else
fi
if [ ! -d "waybar" ]; then
git clone git@git.nickr.eu:ArchConfig/waybar
git clone git@git.nichkara.eu:dotfiles/waybar
else
cd hypr
git pull
@@ -20,7 +20,7 @@ else
fi
if [ ! -d "nvim" ]; then
git clone git@git.nickr.eu:yannickreiss/nvim
git clone git@git.nichkara.eu:nichkara/nvim
else
cd nvim
git pull
@@ -28,7 +28,7 @@ else
fi
if [ ! -d "wofi" ]; then
git clone git@git.nickr.eu:ArchConfig/wofi
git clone git@git.nichkara.eu:dotfiles/wofi
else
cd wofi
git pull
@@ -36,7 +36,7 @@ else
fi
if [ ! -d "kitty" ]; then
git clone git@git.nickr.eu:ArchConfig/kitty
git clone git@git.nichkara.eu:dotfiles/kitty
else
cd kitty
git pull
@@ -44,7 +44,7 @@ else
fi
if [ ! -d "evolution" ]; then
git clone git@git.nickr.eu:ArchConfig/evolution
git clone git@git.nichkara.eu:dotfiles/evolution
else
cd evolution
git pull