Files
linux-env/install.sh
2025-09-25 07:35:52 +02:00

11 lines
390 B
Bash
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# desktop apps
cp ./applications/*/*.desktop ~/.local/share/applications/
cp ./applications/*/*.sh ~/.local/bin/
cp ./applications/*/*.svg ~/.local/share/icons/
chmod +x ~/.local/share/applications/*.desktop
chmod +x ~/.local/bin/*.sh
update-desktop-database ~/.local/share/applications/
# gtk-update-icon-cache ~/.local/share/icons/ # inutile sauf si tu fais un vrai thème dicônes