Just using omarchy-update now

This commit is contained in:
David Heinemeier Hansson 2025-08-04 20:23:38 +02:00
parent fe396b305c
commit 9c70a8e187

View File

@ -4,4 +4,3 @@ cd ~/.local/share/omarchy
migration_file="$HOME/.local/share/omarchy/migrations/$(git log -1 --format=%cd --date=unix).sh"
touch $migration_file
nvim $migration_file
echo -e "Run with:\nsource $migration_file"