Make it safe to rerun the theme.sh installer

Closes #343
This commit is contained in:
David Heinemeier Hansson
2025-07-25 22:09:32 -04:00
parent d9f9f5212e
commit 1fa2b62fba

View File

@ -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