From 91eb9fcff6f39017211cfbf8b68019149212e021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias?= Date: Sun, 18 Aug 2024 17:41:32 -0300 Subject: [PATCH] :boom: fix: couldn't copy scripts directory --- apply.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apply.sh b/apply.sh index 79e7afb..e5da168 100755 --- a/apply.sh +++ b/apply.sh @@ -91,7 +91,8 @@ function Apply_dotfiles { cp -f ./hypridle/* $CONFIG_DIR/hypr echo "-> Installing scripts in ~/.config/hypr/scripts" - cp -r ./hyprland/scripts $CONFIG_DIR/hypr + mkdir -p $CONFIG_DIR/hypr/scripts + cp -f ./hyprland/scripts/* $CONFIG_DIR/hypr/scripts echo "-> Installing Wofi" mkdir -p $CONFIG_DIR/wofi