2023-12-07 20:32:32 +00:00
|
|
|
# ------------------------------------------------------
|
|
|
|
# Copy dotfiles
|
|
|
|
# ------------------------------------------------------
|
|
|
|
if [ -f ~/dotfiles-versions/hook.sh ]; then
|
2023-12-21 20:57:44 +00:00
|
|
|
figlet "Hook"
|
2023-12-07 20:32:32 +00:00
|
|
|
echo "The script has detected a hook.sh script."
|
|
|
|
if gum confirm "Do you want to run the script now?"; then
|
|
|
|
source ~/dotfiles-versions/hook.sh
|
|
|
|
echo "hook.sh executed!"
|
|
|
|
fi
|
|
|
|
fi
|