From f7b41b0b308e0e259e6341bd47cad351e71d657b Mon Sep 17 00:00:00 2001 From: Max Richter Date: Wed, 11 Oct 2023 16:47:14 +0200 Subject: [PATCH] fix: setup script --- .dotfiles/setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.dotfiles/setup.sh b/.dotfiles/setup.sh index 717de7f..9e4a397 100755 --- a/.dotfiles/setup.sh +++ b/.dotfiles/setup.sh @@ -7,9 +7,9 @@ INTERACTIVE=false #Loading all the helper scripts -source ./helpers/installer.sh -source ./helpers/prompt.sh -source ./helpers/multiselect.sh +source $HOME/.dotfiles/helpers/installer.sh +source $HOME/.dotfiles/helpers/prompt.sh +source $HOME/.dotfiles/helpers/multiselect.sh echo "-- welcome to my setup script --"