mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 12:49:25 +00:00
Adjust migration to check for whether fastfetch already has the change or not
This commit is contained in:
@ -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
|
||||
if ! grep -q "omarchy" ~/.config/fastfetch/config.jsonc; then
|
||||
cp ~/.local/share/omarchy/config/fastfetch/config.jsonc ~/.config/fastfetch/
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user