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