From 01d6deae3418375f3541acf77c197c80420b9edf Mon Sep 17 00:00:00 2001 From: Taha Date: Sun, 27 Jul 2025 23:34:10 -0700 Subject: [PATCH] Add migration script for Omarchy version in fastfetch --- migrations/1753683888.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 migrations/1753683888.sh diff --git a/migrations/1753683888.sh b/migrations/1753683888.sh new file mode 100644 index 0000000..2e7b53d --- /dev/null +++ b/migrations/1753683888.sh @@ -0,0 +1,4 @@ +echo "Adding Omarchy version info to fastfetch" +if [ -d ~/.config/fastfetch ]; then + cp ~/.local/share/omarchy/config/fastfetch/config.jsonc ~/.config/fastfetch/ +fi \ No newline at end of file