2025-08-07 18:19:16 -04:00

6 lines
174 B
Bash

echo "Add new matte black theme"
if [[ ! -L "~/.config/omarchy/themes/matte-black" ]]; then
ln -snf ~/.local/share/omarchy/themes/matte-black ~/.config/omarchy/themes/
fi