Files
omarchy/migrations/1752643269.sh
2025-07-20 17:36:29 -05: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