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