Hyprland-dotfiles/.install/hook.sh
Stephan Raabe 442f8bed08 Add figlet
2023-12-21 21:57:44 +01:00

12 lines
389 B
Bash
Executable File

# ------------------------------------------------------
# Copy dotfiles
# ------------------------------------------------------
if [ -f ~/dotfiles-versions/hook.sh ]; then
figlet "Hook"
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