mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-18 17:46:53 +02:00
chore: scripts folder moved to .scripts
This commit is contained in:
parent
2c921a7edb
commit
175d5b838e
8 changed files with 2 additions and 2 deletions
4
stow.sh
4
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue