mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-29 13:09:24 +00:00
4 lines
167 B
Bash
4 lines
167 B
Bash
echo "Adding Omarchy version info to fastfetch"
|
|
if [ -d ~/.config/fastfetch ]; then
|
|
cp ~/.local/share/omarchy/config/fastfetch/config.jsonc ~/.config/fastfetch/
|
|
fi |