Hyprland-dotfiles/.install/before_restore.sh
Stephan Raabe daf9683dc5 Updates
2024-06-13 15:06:45 +02:00

7 lines
226 B
Bash

# ------------------------------------------------------
# Modify existing files before restore starts
# ------------------------------------------------------
if [ -d ~/dotfiles ] ;then
echo ":: Modify existing files"
fi