Add migration script for Omarchy version in fastfetch

This commit is contained in:
Taha
2025-07-27 23:34:10 -07:00
parent 478b2da0f1
commit 01d6deae34

4
migrations/1753683888.sh Normal file
View File

@ -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