Files
omarchy/migrations/1752643269.sh

6 lines
174 B
Bash
Raw Normal View History

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