mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
5 lines
190 B
Bash
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
|