mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
6 lines
193 B
Bash
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
|