omarchy/migrations/1755867743.sh
David Heinemeier Hansson 468a84b5cc Ensure directory is there
2025-08-25 11:45:30 +02:00

5 lines
212 B
Bash

echo "Copy Omarchy logo to ~/.config/omarchy/branding/screensaver.txt so screensaver can be personalized"
mkdir -p ~/.config/omarchy/branding
cp $OMARCHY_PATH/logo.txt ~/.config/omarchy/branding/screensaver.txt