From 39a4fe78ac2f49ca029874c6edae6e67dc32a8c7 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Wed, 19 Jan 2022 16:10:57 -0300 Subject: [PATCH] Update dotfiles path --- scripts/linkFiles.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/linkFiles.sh b/scripts/linkFiles.sh index a1af820..22c84a9 100755 --- a/scripts/linkFiles.sh +++ b/scripts/linkFiles.sh @@ -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