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 |