mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
Add migration for new Catppuccin Latte theme
This commit is contained in:
4
migrations/1752874371.sh
Normal file
4
migrations/1752874371.sh
Normal file
@ -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
|
Reference in New Issue
Block a user