Add repository if not present for other configurations

This commit is contained in:
Yannick Reiß 2025-02-04 13:06:27 +01:00
parent d79c0d00f4
commit 190ec82dfb
1 changed files with 23 additions and 0 deletions

23
pure_setup.sh Executable file
View File

@ -0,0 +1,23 @@
#!/bin/bash
cd ~/.config/
if [ ! -d "hypr" ]; then
git clone git@git.nickr.eu:ArchConfig/hypr
fi
if [ ! -d "waybar" ]; then
git clone git@git.nickr.eu:ArchConfig/waybar
fi
if [ ! -d "nvim" ]; then
git clone git@git.nickr.eu:yannickreiss/nvim
fi
if [ ! -d "wofi" ]; then
git clone git@git.nickr.eu:ArchConfig/wofi
fi
if [ ! -d "kitty" ]; then
git clone git@git.nickr.eu:ArchConfig/kitty
fi