Use the sync to get icons as well

This commit is contained in:
David Heinemeier Hansson
2025-06-25 12:02:40 -07:00
parent 28097daf34
commit 309a393402

View File

@ -2,8 +2,7 @@
cp -R ~/.local/share/omarchy/config/* ~/.config/ cp -R ~/.local/share/omarchy/config/* ~/.config/
# Copy over Omarchy applications # Copy over Omarchy applications
mkdir -p ~/.local/share/applications source ~/.local/share/omarchy/bin/omarchy-sync-applications
cp ~/.local/share/omarchy/applications/* ~/.local/share/applications/
# Use default bashrc from Omarchy # Use default bashrc from Omarchy
echo "source ~/.local/share/omarchy/default/bash/rc" >~/.bashrc echo "source ~/.local/share/omarchy/default/bash/rc" >~/.bashrc