From 175d5b838e7899dfbab147af46e265d04ed6d165 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Mon, 15 Apr 2024 20:46:59 +0330 Subject: [PATCH] chore: scripts folder moved to .scripts --- {scripts => .scripts}/app-installer/nekoray.sh | 0 {scripts => .scripts}/bootstrap/setup.sh | 0 {scripts => .scripts}/bootstrap/void.sh | 0 {scripts => .scripts}/setup/fonts-installer.sh | 0 {scripts => .scripts}/setup/pkgs-installer.sh | 0 {scripts => .scripts}/utils/helpers.sh | 0 {scripts => .scripts}/utils/main.sh | 0 stow.sh | 4 ++-- 8 files changed, 2 insertions(+), 2 deletions(-) rename {scripts => .scripts}/app-installer/nekoray.sh (100%) rename {scripts => .scripts}/bootstrap/setup.sh (100%) rename {scripts => .scripts}/bootstrap/void.sh (100%) rename {scripts => .scripts}/setup/fonts-installer.sh (100%) rename {scripts => .scripts}/setup/pkgs-installer.sh (100%) rename {scripts => .scripts}/utils/helpers.sh (100%) rename {scripts => .scripts}/utils/main.sh (100%) 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"