diff --git a/migrations/1752874371.sh b/migrations/1752874371.sh new file mode 100644 index 0000000..649adc7 --- /dev/null +++ b/migrations/1752874371.sh @@ -0,0 +1,4 @@ +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