Files

6 lines
176 B
Bash

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