mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 12:49:25 +00:00
Add migration script for Omarchy version in fastfetch
This commit is contained in:
4
migrations/1753683888.sh
Normal file
4
migrations/1753683888.sh
Normal 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
|
Reference in New Issue
Block a user