diff --git a/scripts/app-installer/nekoray.sh b/.scripts/app-installer/nekoray.sh similarity index 100% rename from scripts/app-installer/nekoray.sh rename to .scripts/app-installer/nekoray.sh diff --git a/scripts/bootstrap/setup.sh b/.scripts/bootstrap/setup.sh similarity index 100% rename from scripts/bootstrap/setup.sh rename to .scripts/bootstrap/setup.sh diff --git a/scripts/bootstrap/void.sh b/.scripts/bootstrap/void.sh similarity index 100% rename from scripts/bootstrap/void.sh rename to .scripts/bootstrap/void.sh diff --git a/scripts/setup/fonts-installer.sh b/.scripts/setup/fonts-installer.sh similarity index 100% rename from scripts/setup/fonts-installer.sh rename to .scripts/setup/fonts-installer.sh diff --git a/scripts/setup/pkgs-installer.sh b/.scripts/setup/pkgs-installer.sh similarity index 100% rename from scripts/setup/pkgs-installer.sh rename to .scripts/setup/pkgs-installer.sh diff --git a/scripts/utils/helpers.sh b/.scripts/utils/helpers.sh similarity index 100% rename from scripts/utils/helpers.sh rename to .scripts/utils/helpers.sh diff --git a/scripts/utils/main.sh b/.scripts/utils/main.sh similarity index 100% rename from scripts/utils/main.sh rename to .scripts/utils/main.sh diff --git a/stow.sh b/stow.sh index fac931e..8607bc6 100755 --- a/stow.sh +++ b/stow.sh @@ -1,7 +1,7 @@ #!/bin/bash -source ./scripts/utils/main.sh -source ./scripts/utils/helpers.sh +source ./.scripts/utils/main.sh +source ./.scripts/utils/helpers.sh CONFIGS_DIR="$(pwd)/configs" DOTFILES_DIR="$CONFIGS_DIR/dotfiles"