Move over to where it belongs

This commit is contained in:
David Heinemeier Hansson 2025-08-25 07:14:20 +02:00
parent d7fa8181fa
commit c0a091e293
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,6 @@
#!/bin/bash
mkdir -p ~/.local/share/applications
update-desktop-database ~/.local/share/applications
# Open all images with imv

View File

@ -6,6 +6,3 @@ cp -R ~/.local/share/omarchy/config/* ~/.config/
# Use default bashrc from Omarchy
cp ~/.local/share/omarchy/default/bashrc ~/.bashrc
# Ensure application directory exists for update-desktop-database
mkdir -p ~/.local/share/applications