💥 fix: couldn't copy scripts directory

This commit is contained in:
João Dias
2024-08-18 17:41:32 -03:00
parent 6b77a0ab0e
commit 91eb9fcff6
+2 -1
View File
@@ -91,7 +91,8 @@ function Apply_dotfiles {
cp -f ./hypridle/* $CONFIG_DIR/hypr cp -f ./hypridle/* $CONFIG_DIR/hypr
echo "-> Installing scripts in ~/.config/hypr/scripts" 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" echo "-> Installing Wofi"
mkdir -p $CONFIG_DIR/wofi mkdir -p $CONFIG_DIR/wofi