mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 12:49:25 +00:00
6 lines
193 B
Bash
6 lines
193 B
Bash
echo "Adding Omarchy version info to fastfetch"
|
|
if ! grep -q "omarchy" ~/.config/fastfetch/config.jsonc; then
|
|
cp ~/.local/share/omarchy/config/fastfetch/config.jsonc ~/.config/fastfetch/
|
|
fi
|
|
|