Rename omarchy-setup-* scripts that should have been omarchy-install-*

This commit is contained in:
David Heinemeier Hansson
2025-08-08 13:04:58 +02:00
parent 1cd6feed43
commit af84d085f0
4 changed files with 3 additions and 3 deletions

13
bin/omarchy-install-steam Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
~/.local/share/omarchy/bin/omarchy-show-logo
echo "Adding multilib repository for 32-bit compatibility"
sudo sed -i '/^\s*#\[multilib\]/,/^$/{s/^\s*#//}' /etc/pacman.conf
sudo pacman -Sy
echo "Now pick dependencies matching your graphics card"
yay -S steam
gtk-launch steam >/dev/null 2>&1 &
~/.local/share/omarchy/bin/omarchy-show-done