From 93feb0457220fb10b5f8b2b1f3f0a22f4f9ebf34 Mon Sep 17 00:00:00 2001 From: pika Date: Wed, 21 May 2025 18:39:05 +0200 Subject: [PATCH] testing more beautiful approach --- hyprland.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hyprland.sh b/hyprland.sh index bef7522..c07d30a 100644 --- a/hyprland.sh +++ b/hyprland.sh @@ -311,7 +311,11 @@ main() { getDependencies instCustom - checkConfig + if [[ ! -d "$HOME/dotfiles" ]]; then + cloneDotfiles + fi + clone + # checkConfig } if getImports; then