mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Correct checks
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
echo "Add Catppuccin Latte light theme"
|
||||
|
||||
if [[ ! -L "~/.config/omarchy/themes/catppuccin-latte" ]]; then
|
||||
if [[ ! -L $HOME/.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