Files

6 lines
193 B
Bash

echo "Add Catppuccin Latte light theme"
if [[ ! -L $HOME/.config/omarchy/themes/catppuccin-latte ]]; then
ln -snf ~/.local/share/omarchy/themes/catppuccin-latte ~/.config/omarchy/themes/
fi