Update dotfiles path

This commit is contained in:
Santiago Lo Coco 2022-01-19 16:10:57 -03:00
parent 72d0c2d8e2
commit 39a4fe78ac
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ linkFile() {
loopThroughFiles() {
SADEDOT=$(pwd -P)
DOTFILES="$SADEDOT/dotfiles"
DOTFILES="$SADEDOT/../dotfiles"
DOTFILES_CONFIG="$DOTFILES/.config"
DOTFILES_LOCAL="$DOTFILES/.local"
DOTFILES_ICONS="$DOTFILES/.icons"
@ -99,7 +99,7 @@ runDetachedScript() {
source scripts/common.sh
setDialogBox "$1"
DOTFILES_OTHER=$(pwd -P)/dotfiles/other
DOTFILES_OTHER=$(pwd -P)/../dotfiles/other
local IFS=$'\n'
for srcFile in $(find -H "$DOTFILES_OTHER"); do