diff --git a/migrations/1753683888.sh b/migrations/1753683888.sh index 2e7b53d..ca08d7b 100644 --- a/migrations/1753683888.sh +++ b/migrations/1753683888.sh @@ -1,4 +1,5 @@ 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 +if ! grep -q "omarchy" ~/.config/fastfetch/config.jsonc; then + cp ~/.local/share/omarchy/config/fastfetch/config.jsonc ~/.config/fastfetch/ +fi +