diff --git a/install/desktop/theme.sh b/install/desktop/theme.sh index 12a29ae..d09065a 100644 --- a/install/desktop/theme.sh +++ b/install/desktop/theme.sh @@ -10,7 +10,7 @@ gsettings set org.gnome.desktop.interface color-scheme "prefer-dark" # Setup theme links mkdir -p ~/.config/omarchy/themes -for f in ~/.local/share/omarchy/themes/*; do ln -s "$f" ~/.config/omarchy/themes/; done +for f in ~/.local/share/omarchy/themes/*; do ln -nfs "$f" ~/.config/omarchy/themes/; done # Set initial theme mkdir -p ~/.config/omarchy/current