chore: scripts folder moved to .scripts

This commit is contained in:
hesam-init 2024-04-15 20:46:59 +03:30
parent 2c921a7edb
commit 175d5b838e
8 changed files with 2 additions and 2 deletions

View file

@ -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"