This commit is contained in:
Stephan Raabe
2024-01-01 11:40:15 +01:00
parent 27ff21fc2b
commit 984c69ea59
24 changed files with 157 additions and 39 deletions
+2
View File
@@ -9,5 +9,7 @@ echo -e "${NONE}"
if gum confirm "Do you want to run the script now?"; then
source ~/dotfiles-versions/hook.sh
echo "hook.sh executed!"
else
echo "Execution of hook.sh skipped."
fi
fi