Files
omarchy/migrations/1752874371.sh
2025-07-18 14:35:37 -07:00

5 lines
190 B
Bash

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