Add dedicated omarchy-setup-steam script

This commit is contained in:
David Heinemeier Hansson
2025-07-25 13:02:54 -04:00
parent 46d135025e
commit f2b58c2b8e
2 changed files with 11 additions and 1 deletions

9
bin/omarchy-setup-steam Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
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 &