From e50d56d2671ed237124d6afb2e5fab00dbd79dec Mon Sep 17 00:00:00 2001 From: Nichkara Date: Tue, 10 Feb 2026 16:58:35 +0100 Subject: [PATCH] Update config repositories to new references --- pure_setup.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pure_setup.sh b/pure_setup.sh index f432948..749eb34 100755 --- a/pure_setup.sh +++ b/pure_setup.sh @@ -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