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